PgDefaultMode()

Reset draw mode and plane mask to their default values

Synopsis:

void PgDefaultMode( PhGC_t *GC );

Arguments:

GC
A pointer to a graphics context, as returned by PgCreateGC().

Library:

ph

Description:

This function resets the draw mode and plane mask portions of the provided graphics context to their system defaults.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgDefaultGC(), PgDefaultFill(), PgDefaultText(), PgDefaultStroke(), PgSetDrawMode(), PgSetPlaneMask()