GrGetSystemPalette()

Name

GrGetSystemPalette() -- Get the colors of the system palette

Synopsis

void GrGetSystemPalette ( GR_PALETTE * pal );

Description

This function retrieves the system palete and returns it in the caller supplied GR_PALETTE structure.

Parameters

TypeNameDescription
GR_PALETTEpalA pointer to the structure to fill the system palette with.

See Also

GrSetSystemPalette(), GrFindColor(), GrGetSysColor().