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

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