![]() |
![]() |
![]() |
Set the text and bitmap color
PgColor_t PgSetTextColor( PgColor_t color );
This function sets the color used for text and bitmaps in subsequent draws.
If the driver doesn't support 24-bit color, it selects the nearest color available to the one requested. If you OR the color with Pg_MIX_COLOR, most drivers try to mix two available colors to produce the requested color.
This function overrides the color defined by PgSetTextDither().
The previous color.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PgCMY(), PgColor_t, PgGray(), PgHSV(), PgRGB(), PgSetDrawMode(), PgSetFillColor(), PgSetFillDither(), PgSetFillTransPat(), PgSetStrokeColor(), PgSetStrokeDither(), PgSetStrokeTransPat(), PgSetTextDither(), PgSetTextTransPat()
![]() |
![]() |
![]() |