Class Rubygame::Color::ColorHSV
In: lib/rubygame/color/models/hsv.rb
lib/rubygame/color/models/hsv.rb
Parent: Object

Represents color in the HSV (Hue, Saturation, Value) color space.

Methods

Included Modules

ColorBase ColorBase

Attributes

a  [R] 
a  [R] 
h  [R] 
h  [R] 
s  [R] 
s  [R] 
v  [R] 
v  [R] 

Public Class methods

Create a new instance from an Array or an existing color (of any type). If the alpha (opacity) component is omitted from the array, full opacity will be used.

All color components range from 0.0 to 1.0.

Create a new instance from an Array or an existing color (of any type). If the alpha (opacity) component is omitted from the array, full opacity will be used.

All color components range from 0.0 to 1.0.

Public Instance methods

inspect()

Alias for to_s

inspect()

Alias for to_s

Return an Array with the red, green, blue, and alpha components of the color (converting the color to the RGBA model first).

Return an Array with the red, green, blue, and alpha components of the color (converting the color to the RGBA model first).

[Validate]