Class: Tone
Instance Attribute Summary collapse
-
#blue ⇒ Object
Returns the value of attribute blue.
-
#gray ⇒ Object
Returns the value of attribute gray.
-
#green ⇒ Object
Returns the value of attribute green.
-
#red ⇒ Object
Returns the value of attribute red.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#blue ⇒ Object
Returns the value of attribute blue.
120 121 122 |
# File 'lib/rmxp_extractor/classnames.rb', line 120 def blue @blue end |
#gray ⇒ Object
Returns the value of attribute gray.
120 121 122 |
# File 'lib/rmxp_extractor/classnames.rb', line 120 def gray @gray end |
#green ⇒ Object
Returns the value of attribute green.
120 121 122 |
# File 'lib/rmxp_extractor/classnames.rb', line 120 def green @green end |
#red ⇒ Object
Returns the value of attribute red.
120 121 122 |
# File 'lib/rmxp_extractor/classnames.rb', line 120 def red @red end |
Class Method Details
Instance Method Details
#_dump(limit) ⇒ Object
122 123 124 |
# File 'lib/rmxp_extractor/classnames.rb', line 122 def _dump(limit) [@red, @green, @blue, @gray].pack("d4") end |