Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Created August 19, 2025 08:14
Show Gist options
  • Select an option

  • Save svgeesus/015242dafc9948fc0026b445d3cacee4 to your computer and use it in GitHub Desktop.

Select an option

Save svgeesus/015242dafc9948fc0026b445d3cacee4 to your computer and use it in GitHub Desktop.

Title

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)");
color1.deltaE(color2, "ITP");
color1.deltaE(color3, "ITP");
color1.to("ictcp");
color2.to("ictcp");
color3.to("ictcp");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment