PgChromaOff(), PgChromaOffCx()

Turn chroma key operations off

Synopsis:

void PgChromaOff( void );

void PgChromaOffCx(PhGC_t *gc);

Arguments:

gc
PgChromaOffCx() only. A pointer to a graphics context, as returned by PgCreateGC() or PgGetGC().

Library:

ph

Description:

These functions turn chroma key operations off. PgChromaOff() works on the current graphics context, while you can specify the graphics context for PgChromaOffCx().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgChromaOn*(), PgSetChroma*()

Chroma key support in the Raw Drawing and Animation chapter of the Photon Programmer's Guide