Method GetArgb32Color
GetArgb32Color(int)
Gets the 32-bit ARGB palette color by index.
public int GetArgb32Color(int index)
Parameters
index
intThe 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.