- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Sun, 23 Jul 2023 12:34:03 +0000
- To: public-css-archive@w3.org
@milasudril Gradients have their own interpolation space, specified on the gradient itself. Also, compositing and interpolation are different use cases that often require different color spaces. Lastly, your proposal only covers sRGB (linear and gamma-corrected) which is not sufficient to cover most interpolation use cases, as neither of these are perceptually uniform spaces. Your example with `color: sRGB(#808080)` makes me wonder if you have looked at any of the CSS Color specifications, as this is not at all how color works in CSS. If you are trying to specify a linear sRGB color with all coordinates 0x80, in CSS you would do that via `color(srgb-linear .5 .5 .5)`. -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7063#issuecomment-1646829396 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 23 July 2023 12:34:05 UTC