| Modifier and Type | Method and Description |
|---|---|
Pixel |
Photograph.getPixel(int x,
int y)
Access one of the Pixels in the photo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Photograph.setPixel(int x,
int y,
Pixel p)
Set one of the Pixels in the photo.
|