Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting the seed produces colors in the same hue range #114

Open
benji opened this issue Sep 20, 2018 · 2 comments
Open

Setting the seed produces colors in the same hue range #114

benji opened this issue Sep 20, 2018 · 2 comments

Comments

@benji
Copy link

benji commented Sep 20, 2018

When I set the seed to a certain value, then I'm getting either blue-ish or green-ish or orange-ish colors, but never a combination of red/blue/yellow/green.

@benji
Copy link
Author

benji commented Sep 21, 2018

When there is a seed the colors generated are cyclical, with a length of ~ 24 colors:
https://codepen.io/benjist/pen/MqxKqJ

The number N of colors chosen only returns the first N colors of that cycle:
which results in very similar colors when N is low:
https://codepen.io/benjist/pen/NLJzab

@davidmerfield
Copy link
Owner

I see the issue, sounds like an improvement to the seed generator is needed. Will fix, eventually!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants