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
In Mixing colors: the color-mix function and also Adjusting colors: the color-adjust function, the term <color-function> is used, but is not defined.
The following functions are defined informally, by being used in the examples:
lightness()
hue()
a()
b()
I assume that this one will also exist
chroma()
When another colorspace than lch() or lab() is used, there will also be color functions for those spaces (rgb(), hsl(), hwb()).
lch()
lab()
rgb()
hsl()
hwb()
The text was updated successfully, but these errors were encountered:
[css-color-5] issue #4747
722d115
Dup of #4743
Sorry, something went wrong.
una
No branches or pull requests
In Mixing colors: the color-mix function and also Adjusting colors: the color-adjust function, the term <color-function> is used, but is not defined.
The following functions are defined informally, by being used in the examples:
lightness()
hue()
a()
b()
I assume that this one will also exist
chroma()
When another colorspace than
lch()
orlab()
is used, there will also be color functions for those spaces (rgb()
,hsl()
,hwb()
).The text was updated successfully, but these errors were encountered: