Testing HSL Colours, Ideally Avoiding Red Adjacent To Green (common Colour-blindness Type)
Inspired by the top answer on this page I wrote a python program to generate N distinct HEX colours. The difference is that the original author would generate saturation and lumina
Solution 1:
Eh? Test, and if you get red close to green you get another color? I'm not sure what the question is here.
You could generate a PNG and open it locally. Thats' probably the easiest. PIL is a good library for that. http://pypi.python.org/pypi/Pillow/
Nope, sorry, I don't know anything about that.
Post a Comment for "Testing HSL Colours, Ideally Avoiding Red Adjacent To Green (common Colour-blindness Type)"