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

CmykColor.ChannelCount Property

Returns number of channels available in this color.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property ChannelCount As Integer
C#
public override int ChannelCount { get; }

Property Value

Number of channels available in this color. CmykColor always returns 5 (alpha channel + 4 color channels).

See Also

Reference