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

PerChannelBitmapTransform.Channels Property

Returns an array of flags specifying what channels to apply effect at.

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

Syntax

Visual Basic
Public Property Channels As Boolean()
C#
public bool[] Channels { get; set; }

Property Value

Array of flags specifying what channels to apply effect at. If array item is true, transform will be applied at channel with appropriate index. Otherwise this channel is skipped.

Remarks

When the object is created, this array is created with fixed number of items (maximum possible number of channels). You can get it with Length property of the Array. All entries values are equal to true.

See Also

Reference