Name
GrGetSysColor -- Return the RGB color value for a system-defined color
Synopsis
GR_COLOR GrGetSysColor (
int index
);
Parameters
- index
The system pallete index of the desired color.
Return Value
If GrGetSysColor finds a color in the
system pallete with index index, returns
the RGB value of that color; otherwise, returns zero.