Class: MG::TintTo
Constructors collapse
-
#initialize(red, green, blue, interval) ⇒ TintTo
constructor
Creates an action that tints the receiver from its current tint to a custom one.
Methods inherited from Action
Constructor Details
#initialize(red, green, blue, interval) ⇒ TintTo
Creates an action that tints the receiver from its current tint to a custom one.
188 |
# File 'doc/API_reference.rb', line 188 def initialize(red, green, blue, interval); end |