- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Jun 2023 19:10:12 +0000
- To: public-css-archive@w3.org
> what does "before and after color space conversion" mean?
That is indeed poorly worded.
---
This is more accurate :
- convert both colors to destination color space
- carry forward missing components:
- check which components are missing from the original color
- for all missing components in the original color
- set the analogous component to missing in the output color
- convert powerless components to missing components
- fill in missing components with components from the other color
- premultiply with alpha
- linear interpolation between the two colors
- un-premultiply
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8612#issuecomment-1572632148 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 1 June 2023 19:10:14 UTC