Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Last active April 10, 2023 15:35
Show Gist options
  • Save svgeesus/e9e76cf60ce2c30b50fc716451746d70 to your computer and use it in GitHub Desktop.
Save svgeesus/e9e76cf60ce2c30b50fc716451746d70 to your computer and use it in GitHub Desktop.

Out of gamut sRGB to HSL

let color = new Color("color(srgb-linear 0.2 1.3 0.1)");
let hsl = color.to("hsl", {options.inGamut:false});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment