Method
ClutterColorizeEffectset_tint
Declaration [src]
void
clutter_colorize_effect_set_tint (
  ClutterColorizeEffect* effect,
  const CoglColor* tint
)
Description [src]
Sets the tint to be used when colorizing.
| Sets property | Clutter.ColorizeEffect:tint | 
Parameters
- tint
- 
            Type: CoglColorThe color to be used. The data is owned by the caller of the method.