Re: [csswg-drafts] [css-color] Support all existing (non-legacy?) formats in color()? (#6741)

> On the invention front, Photoshop clamps a/b in CIELAB to [-128, 127]:

Which is really dumb because

1. Squeezing Lab into 8 bits per component is a terrible idea and gives you significant posterization; and that is the sole justification for a [-128, 127] range
2. Real-world surface colors need `a` and `b` up to 150.

On the other hand I have also seen systems clamp a and b to ±100 which is even worse.

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6741#issuecomment-951804100 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 26 October 2021 10:33:46 UTC