Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PgSetColorModel(), PgSetColorModelCx()
Set the current color model
Synopsis:
const PgColorModel_t * PgSetColorModel(
PgColorModel_t const * model );
const PgColorModel_t * PgSetColorModelCx(
PhGC_t *gc,
PgColorModel_t const * model );
Library:
ph
Description:
These functions change the interpretation of colors represented by PgColor_t by the Photon graphics library and io-graphics (see the Utilities Reference).
PgSetColorModel() works on the current graphics context, while you can specify the graphics context gc for PgSetColorModelCx().
For descriptions of the currently supported color models, see PgColor_t.
Returns:
The previous color model.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
io-graphics in the Utilities Reference
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)