ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / LinearTransfer Class / BlueDisable Property

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