- From: Mike Bremford via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 Sep 2021 07:37:08 +0000
- To: public-css-archive@w3.org
All the maths underpinning the filters (eg https://drafts.fxtf.org/filter-effects/#feDiffuseLightingElement) is based on RGB. Trying to apply them to an unrelated 3-component space like LCH or Lab is going to give nonsensical results, and it can't apply to other spaces like CMYK (for example, the `saturate` filter is a 3x3 matrix - you can't apply that to 4 components). So I suspect if you were to do this, it would have to be limited to RGB spaces only. -- GitHub Notification of comment by faceless2 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6690#issuecomment-928935098 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 28 September 2021 07:37:14 UTC