Method: RGSS::Color#hsv

Defined in:
lib/rgss/stubs/color.rb

#hsvArray(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.

Returns:

  • (Array(Float, Float, Float))

    the HSB/HSV components.



124
125
# File 'lib/rgss/stubs/color.rb', line 124

def hsv
end