Class: Gosu::HSV
- Inherits:
-
Struct
- Object
- Struct
- Gosu::HSV
- Defined in:
- lib/gosu_android/graphics/color.rb
Instance Attribute Summary collapse
-
#h ⇒ Object
Returns the value of attribute h.
-
#s ⇒ Object
Returns the value of attribute s.
-
#v ⇒ Object
Returns the value of attribute v.
Instance Attribute Details
#h ⇒ Object
Returns the value of attribute h
5 6 7 |
# File 'lib/gosu_android/graphics/color.rb', line 5 def h @h end |
#s ⇒ Object
Returns the value of attribute s
5 6 7 |
# File 'lib/gosu_android/graphics/color.rb', line 5 def s @s end |
#v ⇒ Object
Returns the value of attribute v
5 6 7 |
# File 'lib/gosu_android/graphics/color.rb', line 5 def v @v end |