Function
Cluttervalue_set_color
since: 13
Declaration [src]
void
clutter_value_set_color (
GValue* value,
const ClutterColor* color
)
Parameters
value-
Type:
GValueA
GValueinitialized to #CLUTTER_TYPE_COLOR.The data is owned by the caller of the function. color-
Type:
ClutterColorThe color to set.
The data is owned by the caller of the function.