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
rect.fill = 'hsl(214.82, 100%, 50%)';
https://d3js.org/d3-color#color_rgb https://github.com/d3/d3-color/blob/main/src/color.js#L201
But oklab / oklch seems not implemented yet. d3/d3-color#87
oklab / oklch
And CSS Level 4 syntax not implemented yet. d3/d3-color#71
rgb(252 1 53) // failed hsl(214.82deg 100% 50%) // failed
The text was updated successfully, but these errors were encountered:
feat: allow other color spaces #40
342add0
xiaoiver
No branches or pull requests
https://d3js.org/d3-color#color_rgb
https://github.com/d3/d3-color/blob/main/src/color.js#L201
But
oklab / oklch
seems not implemented yet.d3/d3-color#87
And CSS Level 4 syntax not implemented yet.
d3/d3-color#71
The text was updated successfully, but these errors were encountered: