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

Ajout de la méthode invert à l'interface GrayColor pour permettre l'inversion des couleurs grises

parent 84f2fe81
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,6 @@ import javafx.scene.paint.Color; ...@@ -7,4 +7,6 @@ import javafx.scene.paint.Color;
public interface GrayColor extends Comparable<GrayColor> { public interface GrayColor extends Comparable<GrayColor> {
double getLuminosity(); double getLuminosity();
Color getColor(); Color getColor();
GrayColor invert();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment