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

ChannelsProvider.Count Property

Returns number of channels available in current bitmap.

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

Syntax

Visual Basic
Public ReadOnly Property Count As Integer
C#
public int Count { get; }

Property Value

Number of channels available in current bitmap.

See Also

Reference