Method
ClutterTextget_color
Declaration [src]
void
clutter_text_get_color (
ClutterText* self,
ClutterColor* color
)
Description [src]
Retrieves the text color as set by clutter_text_set_color()
.
Gets property | Clutter.Text:color |
Parameters
color
-
Type:
ClutterColor
Return location for a
ClutterColor
The argument will be set by the function. The data is owned by the instance.