GrGetSysColor()

Name

GrGetSysColor() -- Get color by palette index

Synopsis

GR_COLOR GrGetSysColor ( int index );

Description

This function returns a color from the system palette that corresponds to the specified palette index.

Parameters

TypeNameDescription
intindexThe index into the system color palette table.

Returns

The color at the specified index into the system color table.

See Also

GR_COLOR, GrGetSystemPalette(), GrSetSystemPalette(), GrFindColor().