We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<hue>
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
I do not think an algorithm should be explicitly defined but can you please add examples for <hue> normalization?
Example In hsl(-540 0 0) or hsl(540 0 0), the <hue> component is normalized to 180. In hsl(calc(-infinity) 0 0) or hsl(calc(infinity) 0 0), the <hue> component is normalized to 0.
Example
In hsl(-540 0 0) or hsl(540 0 0), the <hue> component is normalized to 180.
hsl(-540 0 0)
hsl(540 0 0)
180
In hsl(calc(-infinity) 0 0) or hsl(calc(infinity) 0 0), the <hue> component is normalized to 0.
hsl(calc(-infinity) 0 0)
hsl(calc(infinity) 0 0)
0
The text was updated successfully, but these errors were encountered:
bf78a61
No branches or pull requests
I do not think an algorithm should be explicitly defined but can you please add examples for
<hue>
normalization?The text was updated successfully, but these errors were encountered: