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