(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-map
irgb-color
fun)
fun to
each component of color.
(irgb->hue
irgb-color)
(irgb->saturation
irgb-color)
(irgb->value
irgb-color)
Copyright © 2007-2014 Janet Davis, Matthew Kluber, Samuel A. Rebelsky, and Jerod Weinman. (Selected materials copyright by John David Stone and Henry Walker and used by permission.)
This material is based upon work partially supported by the National Science Foundation under Grant No. CCLI-0633090. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
This work is licensed under a
Creative Commons Attribution-NonCommercial 3.0 Unported License
.