A little tool I wrote to make gradients using python and Pillow. In the future I plan to tie this in with individually controllable lights and a raspberry pi.
To run the program, first install Pillow from pip using the command pip install Pillow
Then use the command python gradient.py
run the program.
To change the colors, go to gradient.py
and edit the RGB values for startColor
to change the upper left value, and the endColorX
and endColorY
values to change the horizontal and vertical gradients, respectively.