IPaletteItem Property

Gets the color entry of this IPalette at the specified index.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
Color32 this[
	int index
] { get; }

Parameters

index  Int32
The index of the color entry to be retrieved.

Return Value

Color32
A Color32 instance representing the color entry of the Palette at the specified index.

Exceptions

ArgumentOutOfRangeExceptionindex must be equal to or greater than zero and less Count.

See Also