Skip to content

Commit

Permalink
Demonstrate JND with colours that are different (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
perey authored Jul 4, 2024
1 parent c0a48bf commit 3e97aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/color-difference.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Can you notice a difference in the two colors below?

```js
let color1 = new Color("lch", [40, 50, 60]);
let color2 = new Color("lch", [40, 50, 60]);
let color2 = new Color("lch", [43, 50, 60]);

color1.deltaE(color2, "76");
color1.deltaE(color2, "CMC");
Expand Down

0 comments on commit 3e97aa3

Please sign in to comment.