- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 Mar 2023 17:36:51 +0000
- To: public-css-archive@w3.org
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