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

PgSetStrokeXORColor()

Set the stroke color for XOR drawing

Synopsis:

void PgSetStrokeXORColor( PgColor_t frgd,
                          PgColor_t bkgd );

Description:

This function sets the draw color for outlines. When an application XORs this color with the color bkgd, the result is the color frgd.

Since XOR is a reflexive function, frgd and bkgd may be reversed.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgSetDrawMode(), PgSetFillColor(), PgSetFillDither(), PgSetFillXORColor(), PgSetStrokeColor(), PgSetStrokeDither(), PgSetTextColor(), PgSetTextDither(), PgSetTextXORColor()


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