Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Forked from svgeesus/colorNotebook.md
Last active July 16, 2020 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/071a40b5dedde561876a71d4d9a84517 to your computer and use it in GitHub Desktop.
Save LeaVerou/071a40b5dedde561876a71d4d9a84517 to your computer and use it in GitHub Desktop.

Title

let color = new Color("srgb", [0, 1, 1]);
let color2 = color.to("lch");
color2.chroma = 5;
color2.toGamut({space: "srgb", inPlace: true});
color.lab;
color2.lab;
color.deltaE(color2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment