Class: MagicaVoxel::Color
- Inherits:
-
Struct
- Object
- Struct
- MagicaVoxel::Color
- Defined in:
- lib/magica_voxel.rb
Overview
The Voxel Color
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#g ⇒ Object
Returns the value of attribute g.
-
#r ⇒ Object
Returns the value of attribute r.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
35 36 37 |
# File 'lib/magica_voxel.rb', line 35 def a @a end |
#b ⇒ Object
Returns the value of attribute b
35 36 37 |
# File 'lib/magica_voxel.rb', line 35 def b @b end |
#g ⇒ Object
Returns the value of attribute g
35 36 37 |
# File 'lib/magica_voxel.rb', line 35 def g @g end |
#r ⇒ Object
Returns the value of attribute r
35 36 37 |
# File 'lib/magica_voxel.rb', line 35 def r @r end |