(rgb-new
r
g
b)
(rgb-red
color)
(rgb-green
color)
(rgb-blue
color)
(rgb?
value)
value can be interpreted
as an RGB color.
(rgb->color-name
rgb-color)
(rgb->rgb-list
rgb-color)
(rgb->string
rgb-color)
(color-name->rgb
string)
(color->rgb
string)
(rgb-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)