Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

gf_context_set_filter()

Set the filter for a context

Synopsis:

#include <gf/gf.h>

void gf_context_set_filter( gf_context_t context,
                            unsigned filter );

Arguments:

context
The draw context to set the color for.
filter
The filter flag, which can be one of:

Library:

gf

Description:

This function sets filtering for a context. A filter is used to smooth scaled blits, for example to create a smooth scale of video.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_layer_set_filter()