Applet code for javaimport java.awt.Color;/** * Class that references a pixel in a picture. A pixel has an x and y * location in a picture. A pixel knows how to get and set the red,  * green, blue, and alpha values in the picture. A pixel also knows * how to get and set the color using a Color ob…
[ More ]