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