Method
ClutterActorget_background_color
Declaration [src]
void
clutter_actor_get_background_color (
ClutterActor* self,
ClutterColor* color
)
Description [src]
Retrieves the color set using clutter_actor_set_background_color().
Available since: | 1.10 |
Gets property | Clutter.Actor:background-color |
Parameters
color |
ClutterColor |
Return location for a |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |