Table of Contents

Method GetArgb32Color

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

GetArgb32Color(int)

Gets the 32-bit ARGB palette color by index.

public int GetArgb32Color(int index)

Parameters

index int

The 32-bit ARGB 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.