GrSetGCBackground()

Name

GrSetGCBackground() -- Change the background color of a graphics context

Synopsis

void GrSetGCBackground ( GR_GC_ID gc , GR_COLOR background );

Description

This function changes the background color of the specified graphics context to the specified color.

Parameters

TypeNameDescription
GR_GC_IDgcThe ID of the graphics context to modify.
GR_COLORbackgroundThe new background color for the graphics context.

See Also

GrNewGC(), GrGetGCInfo(), GrSetGCForeground(), GrSetGCUseBackground().