Method

ClutterColorizeEffectset_tint

Declaration [src]

void
clutter_colorize_effect_set_tint (
  ClutterColorizeEffect* effect,
  const ClutterColor* tint
)

Description [src]

Sets the tint to be used when colorizing.

Available since:1.4

Parameters

tint ClutterColor
 

The color to be used.

 The data is owned by the caller of the function.