Class
Cairo::Color::HSV
In:
lib/cairo/color.rb
Parent:
Base
Methods
new
to_a
to_ary
to_cmyk
to_hsv
to_rgb
External Aliases
hue
->
h
hue=
->
h=
saturation
->
s
saturation=
->
s=
value
->
v
value=
->
v=
Attributes
hue
[RW]
saturation
[RW]
value
[RW]
Public Class methods
new
(h, s, v, a=1.0)
Public Instance methods
to_a
()
to_ary
()
Alias for
to_a
to_cmyk
()
to_hsv
()
to_rgb
()
[Validate]