(visualize-colors
list-of-colors
number-of-colors ),
that produces a simple
visualization of a list of colors by making a list of copies of some
simple shape, each colored with a different color, and each shifted
slightly from the last.
You may choose the shape, size, and amount to shift subsequent shapes.
(visualize-transforms
rgb-color
list-of-transforms
number-of-transforms ), that takes a
color and a list of color transforms (along with the list's
length) and visualizes the result of applying each transform to the color.
flattenthe colors in the image, using a much more restricted scale. For example, we might ensure that the components are each multiples of 16, 32, or 64. (Well, we'll use 255 instead of 256 for the highest multiple.)
(rgb-flatten
rgb base ) that flattens
(image-flatten
image base )
that creates a new image by flattening the color of each pixel
in (image-flatten kitten 64)