- From: Tim Nguyen via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 Aug 2024 20:50:28 +0000
- To: public-css-archive@w3.org
This is what relative color syntax is for: ``` rgb(from #aaa r g b 0.5) rgb(from black r g b 0.7) ``` (note that #aaaaaa80 should also halve the opacity of #aaa) I could see a function to apply alpha that acts as syntax sugar though: `color-alpha(#aaaaaa 0.5)` -- GitHub Notification of comment by nt1m Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10678#issuecomment-2266129412 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 2 August 2024 20:50:29 UTC