ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / TableTransfer Class / RedDisable Property

In This Topic
    RedDisable Property (TableTransfer)
    In This Topic
    If you set this to TRUE the effect does not apply the transfer function to the Red channel. If you set this to FALSE the effect applies the RedTableTransfer function to the Red channel.
    Syntax
    'Declaration
     
    Public Property RedDisable As Boolean
    public bool RedDisable {get; set;}
    See Also