Function
Cluttervalue_set_color
Declaration [src]
void
clutter_value_set_color (
GValue* value,
const ClutterColor* color
)
Parameters
value |
GValue |
A |
|
The data is owned by the caller of the function. | |
color |
ClutterColor |
The color to set. |
|
The data is owned by the caller of the function. |