GetArgb32Color

ColorPalette.GetArgb32Color method

Gets the 32-bit ARGB palette color by index.

public int GetArgb32Color(int index)
ParameterTypeDescription
indexInt32The 32-bit ARGB palette color index.

Return Value

The color palette entry specified by the index.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionif color palette index specified is out of the palette entries range.

See Also