![]() |
![]() |
![]() |
Set the text and bitmap color for XOR drawing
void PgSetTextXORColor( PgColor_t frgd, PgColor_t bkgd );
This function sets the draw color for text and bitmaps. 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.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PgSetDrawMode(), PgSetFillColor(), PgSetFillDither(), PgSetFillXORColor(), PgSetStrokeColor(), PgSetStrokeDither(), PgSetStrokeXORColor(), PgSetTextColor(), PgSetTextDither()
![]() |
![]() |
![]() |