IndexedColor Constructor

Initializes a new instance of the IndexedColor class with the specified index in the IndexedColorCollection.

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

Syntax

C#
public IndexedColor(
	ushort index
)

Parameters

index

Type: System.UInt16

An index in the IndexedColorCollection.

See Also

Reference