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

Color.GetChannel32 Method (Int32)

Gets extended (16-bit) value stored in specified channel of this color.

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

Syntax

Visual Basic
Public MustOverride Function GetChannel32 ( _
	index As Integer _
) As Integer
C#
public abstract int GetChannel32(
	int index
)

Parameters

index

Type: System.Int32

Number of the channel.

Return Value

Extended (16-bit) value stored in specified channel.

Remarks

You can also use non-extended version of this property, i.e. GetChannel(Int32). Unlike this property, GetChannel(Int32) returns non-extended (8-bit) value.

See Also

Reference