Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Created June 29, 2020 20:52
Show Gist options
  • Save svgeesus/1548cc9b6875fb9cfcd63f67879f41a7 to your computer and use it in GitHub Desktop.
Save svgeesus/1548cc9b6875fb9cfcd63f67879f41a7 to your computer and use it in GitHub Desktop.

Title

let P3_yellow = new Color("p3", [1, 1, 0]);
let P3_LCH = P3_yellow.lch;
let sRGB_yellow = P3_yellow.to("srgb");
sRGB_yellow.toGamut();
sRGB_yellow.toGamut({method: "clip"});
sRGB_yellow.toGamut({method: "jzczhz.chroma"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment