canvas, show it, and
zoom in to 16x or greater resolution. (Note that a shortcut for zooming
in is to expand the window and then use
View->Zoom->Fit Image in Window.)
fave1, fave2, and fave3 in
a previous lab. Check your library to see if they are there. If
not, add some definitions. For example,
fave1.
fave1. You'll need to apply
canvas (say, in
positions (0,1), (1,1), and (2,1)). The first should be the lighter
version of fave1. The second should be fave1.
The third should be the darker version of fave1. Do you
see a difference?
rgb-lighter three times to the color
127/20/20, as in the following?
rgb-darker three times to the color 127/20/20,
as in the following?
c0, c1,
and c2 to be?
c0, c1,
and c2 to be?
canvas to
fave1.
newcolor1 and newcolor2?
canvas by complementing every pixel.
canvas so that it has a variety of colors. Here
is one set of simple changes, but you can do what you want.
(redder
color ) that makes
rgb-phaseshift is a lot
like rgb-complement. After all, each changes a color by
shifting the components, and adding or subtracting 128 may feel like
an easier way to get something that sums to 255. However, as we've
suggested in the reading, the two operations are quite different.