Skip to content

Commit

Permalink
Accept "Lightness" for lab space first channel name (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Nov 15, 2023
1 parent fa5898d commit 807624f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/spaces/lab-d65.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default new ColorSpace({
coords: {
l: {
refRange: [0, 100],
name: "L"
name: "Lightness"
},
a: {
refRange: [-125, 125]
Expand Down
2 changes: 1 addition & 1 deletion src/spaces/lab.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default new ColorSpace({
coords: {
l: {
refRange: [0, 100],
name: "L"
name: "Lightness"
},
a: {
refRange: [-125, 125]
Expand Down
2 changes: 1 addition & 1 deletion src/spaces/oklab.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default new ColorSpace({
coords: {
l: {
refRange: [0, 1],
name: "L"
name: "Lightness"
},
a: {
refRange: [-0.4, 0.4]
Expand Down

0 comments on commit 807624f

Please sign in to comment.