image-compute(lambda (col row)
cexp ),
where cexp is an expression
that computes an RGB color.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(image-compute-pixels!
image pos2color ),
which behaves much like (region-compute-pixels!
image left
top width
height pos2color ),
which behaves much like (selection-compute-pixels!
image pos2color ),
which behaves much like http://public-photo.net/displayimage-2485.html|
|
|
rgb-transparent, which color functions can return
when they underlying pixel should not be changed. For example,
here's a more useful modification to the image: We can get an interesting
effect by overlaying a mask of black pixels in every other location.
|
|
|
|
|
|