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