Method: RGSS::Color#hsv
- Defined in:
- lib/rgss/stubs/color.rb
#hsv ⇒ Array(Float, Float, Float) Also known as: hsb
Note:
It is more efficient to retrieve all at values at once than each component individually.
The values of the color in the HSB/HSV color-space.
124 125 |
# File 'lib/rgss/stubs/color.rb', line 124 def hsv end |