Gets/sets value specifying if to modify alpha channel with the transform.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property ApplyOnAlpha As Boolean
public bool ApplyOnAlpha { get; set; }
This property has higher priority than Channels property. So if it is false, but Channels specifies true for alpha channel, alpha will be intact (and vice versa).
Default value is false.