Class: Clutter::ColorizeEffect
- Inherits:
-
OffscreenEffect
- Object
- GObject::InitiallyUnowned
- ActorMeta
- Effect
- OffscreenEffect
- Clutter::ColorizeEffect
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#get_tint(tint) ⇒ nil
Retrieves the tint used by effect.
-
#initialize(tint) ⇒ Clutter::Effect
constructor
Creates a new Clutter::ColorizeEffect to be used with clutter_actor_add_effect().
-
#tint ⇒ Clutter::Color
The tint to apply to the actor.
-
#tint=(tint) ⇒ Clutter::Color
The tint to apply to the actor.
Methods inherited from OffscreenEffect
#create_texture, #get_target_rect, #get_target_size, #paint_target, #target, #texture
Methods inherited from Effect
Methods inherited from ActorMeta
#actor, #actor=, #enabled, #enabled=, #enabled?, #name, #name=
Constructor Details
#initialize(tint) ⇒ Clutter::Effect
Creates a new Clutter::ColorizeEffect to be used with clutter_actor_add_effect()
Instance Method Details
#get_tint(tint) ⇒ nil
Retrieves the tint used by effect
#tint ⇒ Clutter::Color
The tint to apply to the actor
#tint=(tint) ⇒ Clutter::Color
The tint to apply to the actor