Constructor
ClutterColorizeEffectnew
Declaration [src]
ClutterEffect*
clutter_colorize_effect_new (
const CoglColor* tint
)
Parameters
tint
-
Type:
CoglColor
The color to be used.
The data is owned by the caller of the function.
Return value
Type: ClutterEffect
The newly created ClutterColorizeEffect
or NULL
.
The data is owned by the called function. |