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.

Parameters

color_state

Type: ClutterColorState

A ClutterColorState, or defaults to sRGB if NULL.

The data is owned by the caller of the method.