Method
MetaBackgroundset_blend_textures
Declaration [src]
void
meta_background_set_blend_textures (
MetaBackground* self,
CoglTexture* texture1,
CoglTexture* texture2,
double blend_factor,
GDesktopBackgroundStyle style,
ClutterColorState* color_state
)
Parameters
texture1-
Type:
CoglTextureFirst
CoglTexture.The argument can be NULL.The data is owned by the caller of the method. texture2-
Type:
CoglTextureSecond
CoglTexture.The argument can be NULL.The data is owned by the caller of the method. blend_factor-
Type:
doubleBlend factor between 0.0 and 1.0.
style-
Type:
GDesktopBackgroundStyleThe background style to apply.
color_state-
Type:
ClutterColorStateThe color state of the textures.
The argument can be NULL.The data is owned by the caller of the method.