Re: [csswg-drafts] [css-color-5] relative color syntax doesn't specify how to compute channel keywords in other channels (#8499)

A premultiplied alpha is not uncommon.
https://codepen.io/romainmenke/pen/QWVPWEJ

```css
#a {
  color: rgb(from rgb(170 30 45 / 50%) calc(r * alpha) calc(g * alpha) calc(b * alpha) / 1);
}
```

---------

>they get used as-is without any magic scaling.
>
>I guess an example "this, not that" would be helpful.

Yeah, that would be ideal.

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


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

Received on Tuesday, 28 March 2023 17:36:53 UTC