GrSetGCUseBackground()

Name

GrSetGCUseBackground() -- Enables/disables background usage

Synopsis

void GrSetGCUseBackground ( GR_GC_ID gc , GR_BOOL flag );

Description

This function sets the use background flag in the specified graphics context. When the use background flag is GR_TRUE the background color is used when drawing text or bitmaps. When the flag is GR_FALSE the background color is not used when drawing text and bitmaps.

Parameters

TypeNameDescription
GR_GC_IDgcThe ID of the graphics context to modify.
GR_BOOLflagThe new value for the GC's use background flag.

See Also

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