Class
Cairo::Color::RGB
In:
lib/cairo/color.rb
Parent:
Base
Methods
==
eql?
hash
new
to_a
to_ary
to_cmyk
to_hsv
to_rgb
to_s
External Aliases
red
->
r
red=
->
r=
green
->
g
green=
->
g=
blue
->
b
blue=
->
b=
Attributes
blue
[RW]
green
[RW]
red
[RW]
Public Class methods
new
(r, g, b, a=1.0)
Public Instance methods
==
(other)
eql?
(other)
hash
()
to_a
()
to_ary
()
Alias for
to_a
to_cmyk
()
to_hsv
()
to_rgb
()
to_s
()
[Validate]