Module: Viewport::WithToneAndColors
- Defined in:
- docs/0_Dependencies.rb
Overview
Module defining a shader’d entity that has .color and .tone methods (for flash or other purpose)
Defined Under Namespace
Instance Method Summary collapse
-
#color ⇒ Color
Color of the viewport.
-
#color=(value)
Set color of the viewport.
-
#tone ⇒ Tone
Tone of the viewport.
-
#tone=(value)
Set the tone.
Instance Method Details
#color ⇒ Color
Color of the viewport
1263 1264 |
# File 'docs/0_Dependencies.rb', line 1263 def color end |
#color=(value)
Set color of the viewport
1259 1260 |
# File 'docs/0_Dependencies.rb', line 1259 def color=(value) end |
#tone=(value)
Set the tone
1267 1268 |
# File 'docs/0_Dependencies.rb', line 1267 def tone=(value) end |