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

In This Topic
    GreenDisable Property (GammaTransfer)
    In This Topic
    If you set this to TRUE it does not apply the transfer function to the Green channel. An identity transfer function is used. If you set this to FALSE it applies the gamma transfer function to the Green channel.
    Syntax
    'Declaration
     
    Public Property GreenDisable As Boolean
    public bool GreenDisable {get; set;}
    See Also