Color.Item Property

Gets a value stored in specified channel of this color.

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

Syntax

C#
public virtual int this[
	int i
] { get; }

Parameters

i

Type: System.Int32

The number of the channel.

Property Value

A value stored in specified channel.

See Also

Reference