Class

MetaShapedTexture

Description

final class Meta.ShapedTexture : GObject.Object {
  /* No available fields */
}
No description available.

Ancestors

Implements

Instance methods

meta_shaped_texture_get_image

Flattens the two layers of the shaped texture into one ARGB32 image by alpha blending the two images, and returns the flattened image.

meta_shaped_texture_get_texture
No description available.
meta_shaped_texture_set_create_mipmaps
No description available.
meta_shaped_texture_set_mask_texture
No description available.
Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from ClutterContent (3)
clutter_content_get_preferred_size

Retrieves the natural size of the content, if any.

Available since: 1.10

clutter_content_invalidate

Invalidates a ClutterContent.

Available since: 1.10

clutter_content_invalidate_size

Signals that contents size changed. Attached actors with request mode set to CLUTTER_REQUEST_CONTENT_SIZE will have a relayout queued.

Signals

Meta.ShapedTexture::size-changed
No description available.
Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Signals inherited from ClutterContent (2)
Clutter.Content::attached

This signal is emitted each time a ClutterContent implementation is assigned to a ClutterActor.

Available since: 1.10

Clutter.Content::detached

This signal is emitted each time a ClutterContent implementation is removed from a ClutterActor.

Available since: 1.10

Class structure

struct MetaShapedTextureClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.