Enumeration

ClutterTextureQuality

Declaration

enum Clutter.TextureQuality

Description [src]

Enumaration controlling the texture quality.

Available since:0.8
Deprecated since:1.22

The ClutterTexture class was the only user of this API; use ClutterImage and clutter_actor_set_content_scaling_filters() instead.

Members

Name Description
CLUTTER_TEXTURE_QUALITY_LOW

Fastest rendering will use nearest neighbour interpolation when rendering. good setting.

CLUTTER_TEXTURE_QUALITY_MEDIUM

Higher quality rendering without using extra resources.

CLUTTER_TEXTURE_QUALITY_HIGH

Render the texture with the best quality available using extra memory.