Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterTextureFlags |
Enum : | TextureFlags |
Properties | |
---|---|
guint32 Clutter.TextureFlags.NONE : 0
|
|
guint32 Clutter.TextureFlags.RGB_FLAG_BGR : 2
|
|
guint32 Clutter.TextureFlags.RGB_FLAG_PREMULT : 4
|
|
guint32 Clutter.TextureFlags.YUV_FLAG_YUV2 : 8
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Texture
Method |
set_area_from_rgb_data
(guint8 data, gboolean has_alpha, gint32 x, gint32 y, gint32 width, gint32 height, gint32 rowstride, gint32 bpp, TextureFlags flags)
:
gboolean
Updates a sub-region of the pixel data in a ClutterTexture.
|
Clutter.Texture
Method |
set_from_rgb_data
(guint8 data, gboolean has_alpha, gint32 width, gint32 height, gint32 rowstride, gint32 bpp, TextureFlags flags)
:
gboolean
Sets ClutterTexture image data.
|
Clutter.Texture
Method |
Sets a ClutterTexture from YUV image data.
|