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

Correction de la méthode setPixel

parent d3c601d7
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
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
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
...@@ -17,7 +17,7 @@ public class MatrixGrayImage implements GrayImage { ...@@ -17,7 +17,7 @@ public class MatrixGrayImage implements GrayImage {
@Override @Override
public void setPixel(GrayColor gray, int x, int y) { public void setPixel(GrayColor gray, int x, int y) {
// TODO : Compléter la méthode pour modifier le pixel. pixels[x][y] = gray;
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment