I'm willing to generate random Colors in Java (using any constructor), but I need them to be not too close to another visually speaking. A variable influencing how close is acceptable would be perfect.
RGB comparison doesn't seem to be quite efficient, according to how our eyes work. I don't want a fixed list either.
Would HSV or HSB work great there ?
Thanks for helping !
Edit : More specifically, I need to display a certain amount of Squares (1 to ~20+) which all need to have distinct Colors that couldn't be confused. I don't want a List (even a big one) because this is what I'm already using, despite having better.