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

In This Topic
    AlphaMode Property (ColorMatrix)
    In This Topic
    The alpha mode of the output. This can be either premultiplied or straight. See Alpha modes for more info.
    Syntax
    'Declaration
     
    Public Property AlphaMode As AlphaMode
    public AlphaMode AlphaMode {get; set;}
    See Also