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().

Available since:1.0
Gets propertyClutter.Text:color

Parameters

color ClutterColor
 

Return location for a ClutterColor.

 The argument will be set by the function.
 The data is owned by the caller of the function.