Skip to content
Snippets Groups Projects
Commit 33b02765 authored by SAEZ Theo's avatar SAEZ Theo
Browse files

Ajout de la méthode d'inversion dans la classe Display

parent 7bf0dae2
No related branches found
No related tags found
No related merge requests found
Pipeline #48819 passed
Showing
with 0 additions and 5 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File deleted
No preview for this file type
File deleted
File deleted
File added
File deleted
No preview for this file type
......@@ -49,9 +49,4 @@ public class Display implements Initializable {
private void renderPixel(int x, int y, PixelWriter pixelWriter) {
pixelWriter.setColor(x, y, image.getPixelColor(x, y));
}
private void invert() {
image.invert();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment