Table of Contents

Method GetColor

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

GetColor(int)

Gets the palette color by index.

public int GetColor(int index)

Parameters

index int

The palette color index.

Returns

int

The color palette entry specified by the index.

Exceptions

ArgumentOutOfRangeException

if color palette index specified is out of the palette entries range.