-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
Add OKLCH as a supported color format #23374
Comments
According to the info, it's Off-topic; reminds me of that xkcd comic...
|
/dup #23724 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
I know I'm necroing here, but I really heavily disagree with this. OKLAB is a very significant advancement in perceptual color spaces as a whole. It's not "just another standard" to be the butt of the XKCD joke. It's based on the anatomy of the human eye, and the reason for its necessity is completely different from other abstract tech standards because it is a foundational shift in how we think of digital color spaces as a whole. |
OKLCH is new HSL, with current 89.65% support in moderns browsers. https://caniuse.com/?search=Oklch |
Description of the new feature / enhancement
Color Picker should have a selector in the editor to enable the OKLCH color format
Scenario when this would be used?
This is a potentially upcoming format to be supported by CSS. Developers would find it useful if this was one of the formats supported by Color Picker.
Supporting information
https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl
https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch
The text was updated successfully, but these errors were encountered: