Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Last active May 10, 2021 11:47
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/c24d26d50abcce0c6cfbb80203808195 to your computer and use it in GitHub Desktop.
Save LeaVerou/c24d26d50abcce0c6cfbb80203808195 to your computer and use it in GitHub Desktop.

Test

let color = new Color("p3", [0, 1, 0]);
let redgreen = color.range("red", {
	space: "lch", // interpolation space
	outputSpace: "srgb"
});
redgreen(.5); // midpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment