ChannelsProvider.Channel Property (Int32)

Gets or sets the specified bitmap channel.

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

Syntax

C#
public Bitmap this[
	int channelIndex
] { get; set; }

Parameters

channelIndex

Type: System.Int32

The number of channel to get or set.

Property Value

Bitmap class instance specifying a bitmap channel. It always has the same dimensions as source bitmap and its pixel format is Format8bppGrayscale (if source bitmap is not extended) or Format16bppGrayscale (if source bitmap is extended).

See Also

Reference