Get the current color model
PgColorModel_t * PgGetColorModel( void ); PgColorModel_t * PgGetColorModelCx (PhGC_t *gc);
ph
These functions get the current color model. For descriptions of the currently supported color models, see PgColor_t. For a list of available color models, see Pt_ARG_CS_COLOR_MODELS.
PgGetColorModel() works on the current graphics context, while you can specify the graphics context for PgGetColorModelCx().
The current color model.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |