This documentation is for the old version. Go to the latest Graphics Mill docs

PerChannelBitmapTransform.ApplyOnAlpha Property

Gets/sets value specifying if to modify alpha channel with the transform.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property ApplyOnAlpha As Boolean
C#
public bool ApplyOnAlpha { get; set; }

Property Value

Value specifying if to modify alpha channel with the transform.

Remarks

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.

See Also

Reference