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
Bug.
Color.parseToHSV("rgba(70,70,70,1)") returns null.
Color.parseToHSV("rgba(70,70,70,1)")
return the correct value. This seems to be a regression introduced by 166ce8d
Pickr-version: latest master Browser-version: Chrome 68 beta Operating-system: MacOs
The text was updated successfully, but these errors were encountered:
4b7f1e3
Damn, I don't wanna close it by myself haha... anyway, I've fixed it!
Sorry, something went wrong.
Thanks!
No branches or pull requests
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
Color.parseToHSV("rgba(70,70,70,1)")
returns null.If the current behavior is a bug, please provide the steps to reproduce.
Color.parseToHSV("rgba(70,70,70,1)")
What is the expected behavior?
return the correct value.
This seems to be a regression introduced by 166ce8d
Your environment:
The text was updated successfully, but these errors were encountered: