gf_chroma_t

Specification of a chroma operation

Synopsis:

#include <gf/gf.h>

typedef struct {
    uint32 mode;
    gf_color_t color0;
    gf_color_t color1;
    gf_color_t mask;
} gf_chroma_t;

Description:

The gf_chroma_t structure describes a chroma operation. It contains at least the following members:

mode
The chroma mode. This parameter must be a combination of one of:

and one of:

color0
Key color to compare against the test pixel for a single color match.
color1
Not currently used; set to 0.
mask
Not used.

Classification:

QNX Graphics Framework

See also:

gf_context_set_chroma(), gf_layer_set_chroma(), The gf_color_t Type