Method

ClutterActorset_color_state

Declaration [src]

void
clutter_actor_set_color_state (
  ClutterActor* self,
  ClutterColorState* color_state
)

Description [src]

Set selfs color state to color_state.

Parameters

color_state

Type: ClutterColorState

A ClutterColorState.

The data is owned by the caller of the method.