Small tool to generate a list of 1331 (=11³) equally spaced colors. List is shuffled, as to have a high degree of dissimilarity between neighboring colors. First color is always [0, 0, 0]. The program will output a .png of the colors, and a .csv containing the color codes to be used in another program.
Required packages are listed in requirements.txt and can be installed using pip as follows:
pip3 install -r requirements.txt
- filename to write output to (will be used both for .csv and .png)
- .csv containing coma separated RGB colors, one per line
- .png rendering of the color map
python3 color_map_generator.py output