Re: [csswg-drafts] [css-color-hdr] No HDR color-difference (ΔE) metric specified (#11250)

![Image](https://github.com/user-attachments/assets/e4a1e46e-4d02-4c56-beba-9317f94a4d78)

```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