GrSetGCForeground()

Name

GrSetGCForeground() -- Change the foreground color of a graphics context

Synopsis

void GrSetGCForeground ( GR_GC_ID gc , GR_COLOR foreground );

Description

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

Parameters

TypeNameDescription
GR_GC_IDgcThe ID of the graphics context to modify.
GR_COLORforegroundThe new foreground color for the graphics context.

See Also

GrNewGC(), GrGetGCInfo(), GrSetGCBackground(), GrSetGCMode().