Method
ClutterActorset_color_state
Declaration [src]
void
clutter_actor_set_color_state (
ClutterActor* self,
ClutterColorState* color_state
)
Description [src]
Attaches color state properties to ClutterActor
default color state representing sRGB.
Sets property | Clutter.Actor:color-state |
Parameters
color_state
-
Type:
ClutterColorState
A
ClutterColorState
, or defaults to sRGB ifNULL
.The data is owned by the caller of the method.