Skip navigation links
A C D F G I M O R S T 

D

decreaseBlue(int) - Method in class comp102x.ColorImage
Decreases the value of blue channel for all pixels.
decreaseGreen(int) - Method in class comp102x.ColorImage
Decreases the value of green channel for all pixels.
decreaseRed(int) - Method in class comp102x.ColorImage
Decreases the value of red channel for all pixels.
DEFAULT_HEIGHT - Static variable in class comp102x.Canvas
 
DEFAULT_WIDTH - Static variable in class comp102x.Canvas
 
divide(ColorImage) - Method in class comp102x.ColorImage
Divides another ColorImage object to this ColorImage object.
divide(int) - Method in class comp102x.ColorImage
Divides all the RGB channels of this ColorImage object by a value.
divide(ColorImage, ColorImage) - Static method in class comp102x.ColorImage
Divides a ColorImage object object by another ColorImage object.
drawImage(ColorImage, int, int) - Method in class comp102x.ColorImage
Overlays another ColorImage object on top of the current one.
drawOval(int, int, int, int) - Method in class comp102x.ColorImage
Draws an oval on this ColorImage object
drawOval(int, int, int, int, int, int, int) - Method in class comp102x.ColorImage
Draws an oval on this ColorImage object with a specific color.
drawRectangle(int, int, int, int) - Method in class comp102x.ColorImage
Draws a rectangle on this ColorImage object.
drawRectangle(int, int, int, int, int, int, int) - Method in class comp102x.ColorImage
Draws a rectangle on this ColorImage object with a specific color.
A C D F G I M O R S T 
Skip navigation links