A pixel in an image with a color and an x and y location.
Return the blue value of this Pixel.
Return a Color object representing the color of this Pixel.
Return the green value of this Pixel.
Return the red value of this Pixel.
Return the x value of this Pixel.
Return the y value of this Pixel.
Set the blue value of this Pixel to int b.
Set the color values of this Pixel to those of Color object color.
Set the green value of this Pixel to int g.
Set the red value of this Pixel to int r.