Function
Cluttervalue_get_color
since: 13
Declaration [src]
const ClutterColor*
clutter_value_get_color (
const GValue* value
)
Parameters
value-
Type:
GValueA
GValueinitialized to #CLUTTER_TYPE_COLOR.The data is owned by the caller of the function.
Return value
Type: ClutterColor
The color inside the passed GValue.
| The data is owned by the called function. |