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
You can reproduce if you go to https://gka.github.io/chroma.js/ and run chroma.hsl(90,1,0.5).luminance(0.5). The b value is NaN.
chroma.hsl(90,1,0.5).luminance(0.5)
NaN
This was not a problem in 1.3.7.
The text was updated successfully, but these errors were encountered:
indeed, I was able to reproduce the bug. will investigate and fix
Sorry, something went wrong.
77e0f40
No branches or pull requests
You can reproduce if you go to https://gka.github.io/chroma.js/ and run
chroma.hsl(90,1,0.5).luminance(0.5)
. The b value isNaN
.This was not a problem in 1.3.7.
The text was updated successfully, but these errors were encountered: