(colormap-randomize! colormap)
Each pixel of the supplied colormap is replaced by a random value.
The resulting colormap is returned.
> (define c (colormap-create 1024 768))
c
> (colormap-randomize! c)
#<colormap orow:-1 ocol:-1 xres:-1 yres:-1 w:1024 h:768>
> (colormap-writepng c "colormap-randomize.png")
ok
>
The resulting colormap displays as follows: