Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D.Effects Namespace / DiscreteTransfer Class / AlphaTable Property

In This Topic
    AlphaTable Property (DiscreteTransfer)
    In This Topic
    The list of values that define the transfer function for the Alpha channel.
    Syntax
    'Declaration
     
    Public Property AlphaTable As System.Single()
    public System.float[] AlphaTable {get; set;}
    See Also