Enumeration
ClutterScalingFilter
Description [src]
The scaling filters to be used with the ClutterActor:minification-filter
and ClutterActor:magnification-filter
properties.
Available since: | 1.10 |
Members
Name | Description |
---|---|
CLUTTER_SCALING_FILTER_LINEAR |
Linear interpolation filter. |
CLUTTER_SCALING_FILTER_NEAREST |
Nearest neighbor interpolation filter. |
CLUTTER_SCALING_FILTER_TRILINEAR |
Trilinear minification filter, with mipmap generation; this filter linearly interpolates on every axis, as well as between mipmap levels. |