ChannelsProvider.Channel Property (Channel)

Gets or sets the specified bitmap channel.

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

Syntax

C#
public Bitmap this[
	Channel channel
] { get; set; }

Parameters

channel

Type: Aurigma.GraphicsMill.Channel

A Channel to get or set.

Property Value

A grayscale Bitmap containing the specified channel. It always has the same dimensions as a source bitmap. Its pixel format is Format8bppGrayscale (if a source bitmap is not extended) or Format16bppGrayscale (if a source bitmap is extended).

See Also

Reference