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
Please indicate whether you want the color picker to support Lab/LCH color formats by leaving a 👍🏻 or 👎🏻 reaction below.
The CSS Color Module Level 4 specification defines Device-independent Colors: Lab and LCH. The specification also provides Sample code for color conversions. At a first glance, these conversions seem to be more complex than the ones between the currently supported formats (i.e. HSL, HSV, HWB, and RGB) of the color picker. For this reason and because they’re currently not implemented in any browsers (as far as I can tell from MDN <color>: Browser compatibility), I don’t want to add those format for now.
<color>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please indicate whether you want the color picker to support Lab/LCH color formats by leaving a 👍🏻 or 👎🏻 reaction below.
Description
The CSS Color Module Level 4 specification defines Device-independent Colors: Lab and LCH. The specification also provides Sample code for color conversions. At a first glance, these conversions seem to be more complex than the ones between the currently supported formats (i.e. HSL, HSV, HWB, and RGB) of the color picker. For this reason and because they’re currently not implemented in any browsers (as far as I can tell from MDN
<color>
: Browser compatibility), I don’t want to add those format for now.Motivation
The text was updated successfully, but these errors were encountered: