Hey,
It's been a while. How are you doing today?
This is a super short Python script that makes nice perceptually uniform gradients for you. Running it is pretty simple:
- Make sure you have
python3installed. - Use
python3 -m pip install hsluvto installhsluv, a dependency - Use
python3 grad.pyto run the program.
The program should prompt you for input. Follow the steps, and you'll get a nice list of colors to work with.
Known limitations: can only specify start and end steps. Do I care? ¯\_(ツ)_/¯
Here's a screenshot:
Anyway, have a nice day.
Sincerely, Isaac Clayton
P.S. This tool uses HSLuv under the hood. You can read more about it and mess around with it here: https://www.hsluv.org/. Special thanks to them!
