(image-palette
colors
width
height ).
This procedure should return a new image of the specified width and height,
created using |
|
|
(image-palette-comparison
transform
colors
width
height ).
The let.
|
|
|
|
|
|
(rgb-darkest colors ),
that, given a nonempty list of colors, finds the darkest of those
colors.
rgb-list-average with the empty list?
(rgb-averages
colors ), that, given a list of colors,
computes a new list of colors, by averaging subsequent pairs of
colors. For example, if the input list is the standard seven
rainbow colors (red, orange, yellow, green, blue, indigo, and violet),
the output list will consist of
a red-orange average, an orange-yellow average, a yellow-green
average, a green-blue average, a blue-indigo average, and an
indigo-violet average.