An easy python script to make smooth colorsets for Rhythia
- Python (and pip)
- git for Windows (Windows users) [OPTIONAL]
- You can install by pressing Code > Download ZIP
- For my linux homies, the
gitpackage
$ git clone https://github.com/mycpphurts/RhythiaSmoothColorMaker.git
$ cd RhythiaSmoothColorMaker
$ pip install -r requirements.txtInside the repository folder:
$ python Smooth.pyWhile inside the script there's some user friendly explanations on what to do, here's some basic terminology:
- Steps: Number of lines of colors for the transition. Originally putting 50 gave you 100 (smooth in and smooth out), the math for the steps*2 changed to compensate missing colors
If you are using git for Windows OR the git package on Linux
$ cd RhythiaSmoothColorMaker
$ git pullOtherwise, download a new ZIP of the source code by pressing Code > Download ZIP