Class: Viewport::WithToneAndColors::Tone
- Inherits:
-
LiteRGSS::Tone
- Object
- LiteRGSS::Tone
- Viewport::WithToneAndColors::Tone
- Defined in:
- docs/0_Dependencies.rb
Overview
Extended class of Tone allowing setters to port back values to the shader and its tied entity
Instance Attribute Summary
Attributes inherited from LiteRGSS::Tone
Instance Method Summary collapse
-
#blue=(v)
Set the blue value.
-
#gray=(v)
Set the gray value.
-
#green=(v)
Set the green value.
-
#initialize(viewport, r, g, b, g2) ⇒ Tone
constructor
Create a new Tied Tone.
-
#red=(v)
Set the red value.
-
#set(*args)
Set the attribute (according to how it works in normal class).
Methods inherited from LiteRGSS::Tone
Constructor Details
#initialize(viewport, r, g, b, g2) ⇒ Tone
Create a new Tied Tone
1195 1196 |
# File 'docs/0_Dependencies.rb', line 1195 def initialize(, r, g, b, g2) end |
Instance Method Details
#blue=(v)
Set the blue value
1211 1212 |
# File 'docs/0_Dependencies.rb', line 1211 def blue=(v) end |
#gray=(v)
Set the gray value
1215 1216 |
# File 'docs/0_Dependencies.rb', line 1215 def gray=(v) end |
#green=(v)
Set the green value
1207 1208 |
# File 'docs/0_Dependencies.rb', line 1207 def green=(v) end |
#red=(v)
Set the red value
1203 1204 |
# File 'docs/0_Dependencies.rb', line 1203 def red=(v) end |
#set(*args)
Set the attribute (according to how it works in normal class)
1199 1200 |
# File 'docs/0_Dependencies.rb', line 1199 def set(*args) end |