-
Notifications
You must be signed in to change notification settings - Fork 406
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
Is it possible to exclude all shades of specific color? #103
Comments
@davidmerfield Also interested in this. The converse of this would be to pass in a base of colors (instead of one in |
Seems like the best way to accomplish this would be to have independent H, S and L ranges passed via the options. In the case of excluding greyscale, you could provide a minimum S of 30 or so. @davidmerfield: Would you be interested in a PR? |
Probably duplicate of #58 |
Perhaps this PR would allow for random generation of colorblind-safe colors, which is an issue I'm running into currently. |
For example, I would like to exclude all shades of gray. Is there any way to hack this?
The text was updated successfully, but these errors were encountered: