ljvmiranda921 / sprites-as-a-service

Generate your personal 8-bit avatars using Cellular Automata, a mathematical model that simulates life, survival, and extinction
https://ljvmiranda921.github.io/sprites-as-a-service
MIT License
303 stars 19 forks source link

Improve Hue Shifting for generated Sprites #23

Open ljvmiranda921 opened 4 years ago

ljvmiranda921 commented 4 years ago

We can improve the generated colors we some bit of Hue shifting. I'm not sure how I can implement this in matplotlib's colormap. Ideally, we shouldn't be choosing three random colors. Instead, we just generate a base color, then shift the hues 2-3 times. (One from the left and the other on the right).

This is definitely a nice-to-have, and I might do this in the future, not in POC