Skip to content

Commit

Permalink
Fix Luv lightness coordinate name (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydk authored Feb 6, 2024
1 parent 47ee575 commit 44f3741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaces/luv.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default new ColorSpace({
coords: {
l: {
refRange: [0, 100],
name: "L"
name: "Lightness"
},
// Reference ranges from https://facelessuser.github.io/coloraide/colors/luv/
u: {
Expand Down

0 comments on commit 44f3741

Please sign in to comment.