Method
ClutterActorget_color_state
Declaration [src]
ClutterColorState*
clutter_actor_get_color_state (
ClutterActor* self
)
Description [src]
Retrieves the color_state of a ClutterActor
set by
clutter_actor_set_color_state()
.
Gets property | Clutter.Actor:color-state |
Return value
Returns: | ClutterColorState |
A pointer to the |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |