Class: Clutter::ColorizeEffect

Inherits:
OffscreenEffect show all
Defined in:
(unknown)

Instance Method Summary collapse

Methods inherited from OffscreenEffect

#create_texture, #get_target_rect, #get_target_size, #paint_target, #target, #texture

Methods inherited from Effect

#queue_repaint

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()

Parameters:

Instance Method Details

#get_tint(tint) ⇒ nil

Retrieves the tint used by effect

Parameters:

Returns:

  • (nil)

#tintClutter::Color

The tint to apply to the actor

Returns:

#tint=(tint) ⇒ Clutter::Color

The tint to apply to the actor

Parameters:

Returns: