(irgb-new
r
g
b)
(irgb
r
g
b)
(irgb-red
irgb-color)
(irgb-green
color)
(irgb-blue
irgb-color)
(irgb?
value)
value can be interpreted
as an integer-encoded RGB color. Warning! Almost any integer
can be interpreted as an integer-encoded RGB color.
(irgb->color-name
irgb-color)
(irgb->hsv
irgb-color)
(irgb->rgb-list
irgb-color)
(irgb->string
irgb-color)
(color-name->irgb
string)
(color->irgb
string)
(color->hsv
color)
(rgb-list->irgb
rgb-lst)
(r g b) into an integer-encoded RGB color.
(irgb-lighter
irgb-color)
(irgb-darker
irgb-color)
(irgb-redder
irgb-color)
(irgb-greener
irgb-color)
(irgb-bluer
irgb-color)
(irgb-rotate
irgb-color)
(irgb-phaseshift
irgb-color)
(irgb-complement
irgb-color)
(irgb-add
irgb-color-1
irgb-color-2)
irgb-color-1 and
irgb-color-2. If any component sum
is greater than 255, uses 255 for the resulting component.
(irgb-average
irgb-color-1
irgb-color-2)
irgb-color-1 and
irgb-color-2.
(irgb-subtract
irgb-color-1
irgb-color-2)
irgb-color-2 from the corresponding
components of
irgb-color-1. If any component difference
is less than 0, uses 0 for the resulting component.
(irgb-map
irgb-color
fun)
fun to
each component of color.
(irgb->hue
irgb-color)
(irgb->saturation
irgb-color)
(irgb->value
irgb-color)