ColorPalette.Item Property

Gets or sets a palette entry at the specified index.

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

Syntax

C#
public RgbColor this[
	int itemIndex
] { get; set; }

Parameters

itemIndex

Type: System.Int32

The zero-based index of the entry to get or set. It should vary in range [0, entries count - 1].

Property Value

The RgbColor at the specified index.

See Also

Reference