Skip to content Skip to sidebar Skip to footer

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:

  1. Eh? Test, and if you get red close to green you get another color? I'm not sure what the question is here.

  2. 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/

  3. 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)"