Gets the current filter for a pattern. See #cairo_filter_t for details on each filter.

cairo_pattern_get_filter(pattern)

Arguments

pattern

[cairo_pattern_t *] a #cairo_pattern_t

Value

[int]

Details

Return value: the current filter used for resizing the pattern.

Since: 1.0

C function prototype: cairo_filter_t cairo_pattern_get_filter (cairo_pattern_t *pattern)

See also