(rgb-new
r
g
b)
(rgb-red
color)
(rgb-green
color)
(rgb-blue
color)
(rgb?
value)
value can be interpreted
as an RGB color.
color-black
color-white
color-red
color-green
color-blue
(rgb->cname
rgb-color)
(rgb->list
rgb-color)
(rgb->string
rgb-color)
(cname->rgb
string)
(color->rgb
string)
(list->rgb
rgb-lst)
(r g b) into an RGB color.
(rgb-lighter
rgb-color)
(rgb-darker
rgb-color)
(rgb-redder
rgb-color)
(rgb-greener
rgb-color)
(rgb-bluer
rgb-color)
(rgb-rotate
rgb-color)
(rgb-phaseshift
rgb-color)
(rgb-complement
rgb-color)