GrNewGC

Name

GrNewGC -- Allocate a new graphic context

Synopsis

GR_GC_ID GrNewGC ( void );
    

Return Value

Returns the ID of the new graphics context.

Description

The GrNewGC function allocates a new graphic context with all parameters set to the default values.

MemberDefault Value
modeGR_MODE_SET
font0
foregroundWHITE
backgroundBLACK

See Also

GrCopyGC, GrDestroyGC