Name
GrSetGCForeground -- Set the foreground color in a graphics context
Synopsis
void GrSetGCForeground (
GR_GC_ID gc,
GR_COLOR foreground
);
Parameters
- gc
The graphics context ID of the graphics context
for which you want to change
the foreground color.
- color
The new foreground color for the graphics context.
Description
The GrSetGCForeground function
sets the foreground color of the specified graphics context.