Method
ClutterActorset_content_scaling_filters
Declaration [src]
void
clutter_actor_set_content_scaling_filters (
ClutterActor* self,
ClutterScalingFilter min_filter,
ClutterScalingFilter mag_filter
)
Description [src]
Sets the minification and magnification filter to be applied when
scaling the ClutterActor:content
of a ClutterActor
.
The ClutterActor:minification-filter
will be used when reducing
the size of the content; the ClutterActor:magnification-filter
will be used when increasing the size of the content.
Available since: | 1.10 |
Parameters
min_filter |
ClutterScalingFilter |
The minification filter for the content. |
|
mag_filter |
ClutterScalingFilter |
The magnification filter for the content. |