ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / DiscreteTransfer Class / RedTable Property

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