Skip to content

Commit

Permalink
Add some links to references
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 18, 2023
1 parent 1c8ff92 commit 1f07f6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/spaces/cam16.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,11 @@ export function toCam16 (xyzd65, env) {


// Provided as a way to directly evaluate the CAM16 model
// https://observablehq.com/@jrus/cam16: reference implementation
// https://arxiv.org/pdf/1802.06067.pdf: Nico Schlömer
// https://onlinelibrary.wiley.com/doi/pdf/10.1002/col.22324: hue quadrature
// https://doi.org/10.1002/col.22131: pay walled
// Results compared against: https://github.com/colour-science/colour
export default new ColorSpace({
id: "cam16-jmh",
name: "CAM16-JMh",
Expand Down

0 comments on commit 1f07f6d

Please sign in to comment.