- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Feb 2025 22:20:49 +0000
- To: public-css-archive@w3.org

```js
let color1 = new Color("color(rec2100-pq 0.58 0 0)");
let color2 = new Color("red");
let color3 = new Color("color(rec2020 1 0 0)");
let color4 = new Color("color(rec2100-pq 0.62 0 0)");
color1.deltaE(color2, "ITP");
color1.deltaE(color3, "ITP");
color1.deltaE(color4, "ITP");
color1.to("rec2020");
color1.to("ictcp");
color4.to("rec2020");
color4.to("ictcp");
```
--
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11250#issuecomment-2657831391 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 13 February 2025 22:20:50 UTC