We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47804df commit a3e8958Copy full SHA for a3e8958
src/spaces/xyz-d65.js
@@ -4,9 +4,18 @@ export default new ColorSpace({
4
id: "xyz-d65",
5
name: "XYZ D65",
6
coords: {
7
- x: {name: "X"},
8
- y: {name: "Y"},
9
- z: {name: "Z"},
+ x: {
+ refRange: [0, 1],
+ name: "X",
10
+ },
11
+ y: {
12
13
+ name: "Y",
14
15
+ z: {
16
17
+ name: "Z",
18
19
},
20
white: "D65",
21
formats: {
0 commit comments