Class: Viewport::WithToneAndColors::Color
- Inherits:
-
LiteRGSS::Color
- Object
- LiteRGSS::Color
- Viewport::WithToneAndColors::Color
- Defined in:
- docs/0_Dependencies.rb
Overview
Extended class of Color allowing setters to port back values to the shader and its tied entity
Instance Attribute Summary
Attributes inherited from LiteRGSS::Color
Instance Method Summary collapse
-
#alpha=(v)
Set the alpha value.
-
#blue=(v)
Set the blue value.
-
#green=(v)
Set the green value.
-
#initialize(viewport, r, g, b, a) ⇒ Color
constructor
Create a new Tied Color.
-
#red=(v)
Set the red value.
-
#set(*args)
Set the attribute (according to how it works in normal class).
Methods inherited from LiteRGSS::Color
Constructor Details
#initialize(viewport, r, g, b, a) ⇒ Color
Create a new Tied Color
1230 1231 |
# File 'docs/0_Dependencies.rb', line 1230 def initialize(, r, g, b, a) end |
Instance Method Details
#alpha=(v)
Set the alpha value
1250 1251 |
# File 'docs/0_Dependencies.rb', line 1250 def alpha=(v) end |
#blue=(v)
Set the blue value
1246 1247 |
# File 'docs/0_Dependencies.rb', line 1246 def blue=(v) end |
#green=(v)
Set the green value
1242 1243 |
# File 'docs/0_Dependencies.rb', line 1242 def green=(v) end |
#red=(v)
Set the red value
1238 1239 |
# File 'docs/0_Dependencies.rb', line 1238 def red=(v) end |
#set(*args)
Set the attribute (according to how it works in normal class)
1234 1235 |
# File 'docs/0_Dependencies.rb', line 1234 def set(*args) end |