gf_context_disable_chroma()

Disable the current chroma operation

Synopsis:

#include <gf/gf.h>

void gf_context_disable_chroma( gf_context_t context );

Arguments:

context
The graphics context to disable chroma for.

Library:

gf

Description:

This function disables chroma key operations for subsequent draw operations for a draw context.


Note: To reenable chroma keying, use gf_context_set_chroma().

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_context_set_chroma()