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. 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().

Returns:

The current color model.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgColor_t, PgSetColorModel*()