Method
CoglTextureget_premultiplied
Declaration [src]
gboolean
cogl_texture_get_premultiplied (
CoglTexture* texture
)
Description [src]
Queries the pre-multiplied alpha status for internally stored red,
green and blue components for the given texture
as set by cogl_texture_set_premultiplied().
By default the pre-multiplied state is TRUE
.