Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PgGetColorModel(), PgGetColorModelCx()
Get the current color model
Synopsis:
PgColorModel_t * PgGetColorModel( void ); PgColorModel_t * PgGetColorModelCx (PhGC_t *gc);
Arguments:
- gc
- PgGetColorModelCx() only. A pointer to a graphics context, as returned by PgCreateGC() or PgGetGC().
Library:
ph
Description:
These functions get the current color model. For descriptions of the currently supported color models, see PgColor_t.
PgGetColorModel() works on the current graphics context, while you can specify the graphics context for PgGetColorModelCx().
Returns:
The current color model.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
![]() |
![]() |
![]() |
![]() |

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