We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Requesting a capability to provide multiple luminosity values, e. g.:
luminosity
randomColor({ luminosity: ['dark', 'bright'] });
The text was updated successfully, but these errors were encountered:
Capability to provide multiple hue values would be great as well.
hue
Sorry, something went wrong.
Hello @Deilan, some of the luminosity values conflict, e.g. 'bright' and 'light' don't have overlapping S-value ranges
I'm more sympathetic to the idea of multiple hue values. This seems like it might be useful. Leaving this open for now
I will fix this issue and create some enhancements
in the above link I have pull request for supporting multiple hues!
#147
No branches or pull requests
Requesting a capability to provide multiple
luminosity
values, e. g.:The text was updated successfully, but these errors were encountered: