Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PgSetTextColor, PgSetTextColorCx

PgSetTextColor, PgSetTextColorCx

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PgSetTextColor(), PgSetTextColorCx()

Set the text and bitmap color

Synopsis:

PgColor_t PgSetTextColor( PgColor_t color );

PgColor_t PgSetTextColorCx( PhGC_t *gc,
                            PgColor_t color );

Library:

ph

Description:

These functions set 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.

This function overrides the color defined by PgSetTextDither*().

PgSetTextColor() works on the current graphics context, while you can specify the graphics context gc for PgSetTextColorCx().

Returns:

The previous color.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgARGB(), PgCMY(), PgColor_t, PgDefaultText*(), PgDrawString*(), PgDrawText*(), PgDrawTextArea*(), PgExtentMultiText*(), PgExtentText*(), PgGray(), PgHSV(), PgRGB(), PgSetDrawMode*(), PgSetFillColor*(), PgSetFont*(), PgSetStrokeColor*(), PgSetTextDither*(), PgSetTextTransPat*(), PgSetTextXORColor*(), PgSetUnderline*()

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