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

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