Method

ClutterColorizeEffectset_tint

since: 1.4

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

Type: ClutterColor

The color to be used.

The data is owned by the caller of the function.