[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PgDefaultAlpha()

Reset the alpha attribute to its default value

Synopsis:

void PgDefaultAlpha(PhGC_t * GC);

Arguments:

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

Library:

ph

Description:

This function resets the alpha attribute portion of the provided graphics context to its system default.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgDefaultChroma(), PgDefaultGC(), PgDefaultText(), PgDefaultMode(), PgDefaultStroke(), PgSetFillColor*(), PgSetFillDither*(), PgSetFillTransPat*(), PgSetFillXORColor*()

"Drawing attributes" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]