ComponentOne Bitmap for UWP
AlphaDisable Property (GammaTransfer)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace > GammaTransfer Class : AlphaDisable Property
If you set this to TRUE it does not apply the transfer function to the Alpha channel. An identity transfer function is used. If you set this to FALSE it applies the gamma transfer function to the Alpha channel.
Syntax
'Declaration
 
Public Property AlphaDisable As System.Boolean
public System.bool AlphaDisable {get; set;}
See Also

Reference

GammaTransfer Class
GammaTransfer Members