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

RgbColor.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. RgbColor always returns 4 (alpha channel + 3 color channels).

See Also

Reference