@thi.ng/color 4.0.8 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +407 -226
- package/README.md +1 -1
- package/color-range.js +1 -1
- package/dev/hsluv.js +224 -0
- package/package.json +402 -397
package/package.json
CHANGED
|
@@ -1,398 +1,403 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
"
|
|
398
|
-
|
|
2
|
+
"name": "@thi.ng/color",
|
|
3
|
+
"version": "4.1.2",
|
|
4
|
+
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "./index.js",
|
|
7
|
+
"typings": "./index.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/thi-ng/umbrella.git"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/color#readme",
|
|
14
|
+
"funding": [
|
|
15
|
+
{
|
|
16
|
+
"type": "github",
|
|
17
|
+
"url": "https://github.com/sponsors/postspectacular"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "patreon",
|
|
21
|
+
"url": "https://patreon.com/thing_umbrella"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"author": "Karsten Schmidt <k+npm@thi.ng>",
|
|
25
|
+
"license": "Apache-2.0",
|
|
26
|
+
"scripts": {
|
|
27
|
+
"build": "yarn clean && tsc --declaration",
|
|
28
|
+
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc api css hcy hsi hsl hsv int internal lab lch oklab rgb srgb xyy xyz ycc",
|
|
29
|
+
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
30
|
+
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
31
|
+
"doc:readme": "yarn doc:stats && tools:readme",
|
|
32
|
+
"doc:stats": "tools:module-stats",
|
|
33
|
+
"pub": "yarn npm publish --access public",
|
|
34
|
+
"test": "testament test",
|
|
35
|
+
"tool:swatches": "tools:node-esm tools/index.ts"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@thi.ng/api": "^8.3.2",
|
|
39
|
+
"@thi.ng/arrays": "^2.1.2",
|
|
40
|
+
"@thi.ng/binary": "^3.1.2",
|
|
41
|
+
"@thi.ng/checks": "^3.1.2",
|
|
42
|
+
"@thi.ng/compare": "^2.1.2",
|
|
43
|
+
"@thi.ng/compose": "^2.1.2",
|
|
44
|
+
"@thi.ng/defmulti": "^2.1.2",
|
|
45
|
+
"@thi.ng/errors": "^2.1.2",
|
|
46
|
+
"@thi.ng/math": "^5.1.2",
|
|
47
|
+
"@thi.ng/random": "^3.2.2",
|
|
48
|
+
"@thi.ng/strings": "^3.2.2",
|
|
49
|
+
"@thi.ng/transducers": "^8.1.2",
|
|
50
|
+
"@thi.ng/vectors": "^7.2.2"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@microsoft/api-extractor": "^7.18.19",
|
|
54
|
+
"@thi.ng/testament": "^0.2.2",
|
|
55
|
+
"rimraf": "^3.0.2",
|
|
56
|
+
"tools": "^0.0.1",
|
|
57
|
+
"typedoc": "^0.22.9",
|
|
58
|
+
"typescript": "^4.5.2"
|
|
59
|
+
},
|
|
60
|
+
"keywords": [
|
|
61
|
+
"color",
|
|
62
|
+
"conversion",
|
|
63
|
+
"cosine",
|
|
64
|
+
"css",
|
|
65
|
+
"D50",
|
|
66
|
+
"D65",
|
|
67
|
+
"distance",
|
|
68
|
+
"filter",
|
|
69
|
+
"gamma",
|
|
70
|
+
"generator",
|
|
71
|
+
"gradient",
|
|
72
|
+
"hcy",
|
|
73
|
+
"hsi",
|
|
74
|
+
"hsl",
|
|
75
|
+
"hsv",
|
|
76
|
+
"interpolation",
|
|
77
|
+
"iterator",
|
|
78
|
+
"lab",
|
|
79
|
+
"lch",
|
|
80
|
+
"matrix",
|
|
81
|
+
"oklab",
|
|
82
|
+
"random",
|
|
83
|
+
"rgb",
|
|
84
|
+
"sort",
|
|
85
|
+
"srgb",
|
|
86
|
+
"swatches",
|
|
87
|
+
"theme",
|
|
88
|
+
"typescript",
|
|
89
|
+
"xyy",
|
|
90
|
+
"xyz",
|
|
91
|
+
"ycbcr",
|
|
92
|
+
"ycc"
|
|
93
|
+
],
|
|
94
|
+
"publishConfig": {
|
|
95
|
+
"access": "public"
|
|
96
|
+
},
|
|
97
|
+
"browser": {
|
|
98
|
+
"process": false,
|
|
99
|
+
"setTimeout": false
|
|
100
|
+
},
|
|
101
|
+
"engines": {
|
|
102
|
+
"node": ">=12.7"
|
|
103
|
+
},
|
|
104
|
+
"files": [
|
|
105
|
+
"*.js",
|
|
106
|
+
"*.d.ts",
|
|
107
|
+
"api",
|
|
108
|
+
"css",
|
|
109
|
+
"hcy",
|
|
110
|
+
"hsi",
|
|
111
|
+
"hsl",
|
|
112
|
+
"hsv",
|
|
113
|
+
"int",
|
|
114
|
+
"internal",
|
|
115
|
+
"lab",
|
|
116
|
+
"lch",
|
|
117
|
+
"oklab",
|
|
118
|
+
"rgb",
|
|
119
|
+
"srgb",
|
|
120
|
+
"xyy",
|
|
121
|
+
"xyz",
|
|
122
|
+
"ycc"
|
|
123
|
+
],
|
|
124
|
+
"exports": {
|
|
125
|
+
".": {
|
|
126
|
+
"import": "./index.js"
|
|
127
|
+
},
|
|
128
|
+
"./alpha": {
|
|
129
|
+
"import": "./alpha.js"
|
|
130
|
+
},
|
|
131
|
+
"./analog": {
|
|
132
|
+
"import": "./analog.js"
|
|
133
|
+
},
|
|
134
|
+
"./api/constants": {
|
|
135
|
+
"import": "./api/constants.js"
|
|
136
|
+
},
|
|
137
|
+
"./api/gradients": {
|
|
138
|
+
"import": "./api/gradients.js"
|
|
139
|
+
},
|
|
140
|
+
"./api/names": {
|
|
141
|
+
"import": "./api/names.js"
|
|
142
|
+
},
|
|
143
|
+
"./api/ranges": {
|
|
144
|
+
"import": "./api/ranges.js"
|
|
145
|
+
},
|
|
146
|
+
"./api/system": {
|
|
147
|
+
"import": "./api/system.js"
|
|
148
|
+
},
|
|
149
|
+
"./api": {
|
|
150
|
+
"import": "./api.js"
|
|
151
|
+
},
|
|
152
|
+
"./clamp": {
|
|
153
|
+
"import": "./clamp.js"
|
|
154
|
+
},
|
|
155
|
+
"./closest-hue": {
|
|
156
|
+
"import": "./closest-hue.js"
|
|
157
|
+
},
|
|
158
|
+
"./color-range": {
|
|
159
|
+
"import": "./color-range.js"
|
|
160
|
+
},
|
|
161
|
+
"./color": {
|
|
162
|
+
"import": "./color.js"
|
|
163
|
+
},
|
|
164
|
+
"./convert": {
|
|
165
|
+
"import": "./convert.js"
|
|
166
|
+
},
|
|
167
|
+
"./cosine-gradients": {
|
|
168
|
+
"import": "./cosine-gradients.js"
|
|
169
|
+
},
|
|
170
|
+
"./css/css": {
|
|
171
|
+
"import": "./css/css.js"
|
|
172
|
+
},
|
|
173
|
+
"./css/parse-css": {
|
|
174
|
+
"import": "./css/parse-css.js"
|
|
175
|
+
},
|
|
176
|
+
"./defcolor": {
|
|
177
|
+
"import": "./defcolor.js"
|
|
178
|
+
},
|
|
179
|
+
"./distance": {
|
|
180
|
+
"import": "./distance.js"
|
|
181
|
+
},
|
|
182
|
+
"./gradients": {
|
|
183
|
+
"import": "./gradients.js"
|
|
184
|
+
},
|
|
185
|
+
"./hcy/hcy-rgb": {
|
|
186
|
+
"import": "./hcy/hcy-rgb.js"
|
|
187
|
+
},
|
|
188
|
+
"./hcy/hcy": {
|
|
189
|
+
"import": "./hcy/hcy.js"
|
|
190
|
+
},
|
|
191
|
+
"./hsi/hsi-rgb": {
|
|
192
|
+
"import": "./hsi/hsi-rgb.js"
|
|
193
|
+
},
|
|
194
|
+
"./hsi/hsi": {
|
|
195
|
+
"import": "./hsi/hsi.js"
|
|
196
|
+
},
|
|
197
|
+
"./hsl/hsl-css": {
|
|
198
|
+
"import": "./hsl/hsl-css.js"
|
|
199
|
+
},
|
|
200
|
+
"./hsl/hsl-hsv": {
|
|
201
|
+
"import": "./hsl/hsl-hsv.js"
|
|
202
|
+
},
|
|
203
|
+
"./hsl/hsl-rgb": {
|
|
204
|
+
"import": "./hsl/hsl-rgb.js"
|
|
205
|
+
},
|
|
206
|
+
"./hsl/hsl": {
|
|
207
|
+
"import": "./hsl/hsl.js"
|
|
208
|
+
},
|
|
209
|
+
"./hsv/hsv-css": {
|
|
210
|
+
"import": "./hsv/hsv-css.js"
|
|
211
|
+
},
|
|
212
|
+
"./hsv/hsv-hsl": {
|
|
213
|
+
"import": "./hsv/hsv-hsl.js"
|
|
214
|
+
},
|
|
215
|
+
"./hsv/hsv-rgb": {
|
|
216
|
+
"import": "./hsv/hsv-rgb.js"
|
|
217
|
+
},
|
|
218
|
+
"./hsv/hsv": {
|
|
219
|
+
"import": "./hsv/hsv.js"
|
|
220
|
+
},
|
|
221
|
+
"./int/int-css": {
|
|
222
|
+
"import": "./int/int-css.js"
|
|
223
|
+
},
|
|
224
|
+
"./int/int-int": {
|
|
225
|
+
"import": "./int/int-int.js"
|
|
226
|
+
},
|
|
227
|
+
"./int/int-rgb": {
|
|
228
|
+
"import": "./int/int-rgb.js"
|
|
229
|
+
},
|
|
230
|
+
"./int/int-srgb": {
|
|
231
|
+
"import": "./int/int-srgb.js"
|
|
232
|
+
},
|
|
233
|
+
"./int/int": {
|
|
234
|
+
"import": "./int/int.js"
|
|
235
|
+
},
|
|
236
|
+
"./invert": {
|
|
237
|
+
"import": "./invert.js"
|
|
238
|
+
},
|
|
239
|
+
"./is-black": {
|
|
240
|
+
"import": "./is-black.js"
|
|
241
|
+
},
|
|
242
|
+
"./is-gray": {
|
|
243
|
+
"import": "./is-gray.js"
|
|
244
|
+
},
|
|
245
|
+
"./is-white": {
|
|
246
|
+
"import": "./is-white.js"
|
|
247
|
+
},
|
|
248
|
+
"./lab/lab-css": {
|
|
249
|
+
"import": "./lab/lab-css.js"
|
|
250
|
+
},
|
|
251
|
+
"./lab/lab-lab": {
|
|
252
|
+
"import": "./lab/lab-lab.js"
|
|
253
|
+
},
|
|
254
|
+
"./lab/lab-lch": {
|
|
255
|
+
"import": "./lab/lab-lch.js"
|
|
256
|
+
},
|
|
257
|
+
"./lab/lab-rgb": {
|
|
258
|
+
"import": "./lab/lab-rgb.js"
|
|
259
|
+
},
|
|
260
|
+
"./lab/lab-xyz": {
|
|
261
|
+
"import": "./lab/lab-xyz.js"
|
|
262
|
+
},
|
|
263
|
+
"./lab/lab50": {
|
|
264
|
+
"import": "./lab/lab50.js"
|
|
265
|
+
},
|
|
266
|
+
"./lab/lab65": {
|
|
267
|
+
"import": "./lab/lab65.js"
|
|
268
|
+
},
|
|
269
|
+
"./lch/lch-css": {
|
|
270
|
+
"import": "./lch/lch-css.js"
|
|
271
|
+
},
|
|
272
|
+
"./lch/lch": {
|
|
273
|
+
"import": "./lch/lch.js"
|
|
274
|
+
},
|
|
275
|
+
"./linear": {
|
|
276
|
+
"import": "./linear.js"
|
|
277
|
+
},
|
|
278
|
+
"./luminance-rgb": {
|
|
279
|
+
"import": "./luminance-rgb.js"
|
|
280
|
+
},
|
|
281
|
+
"./luminance": {
|
|
282
|
+
"import": "./luminance.js"
|
|
283
|
+
},
|
|
284
|
+
"./mix": {
|
|
285
|
+
"import": "./mix.js"
|
|
286
|
+
},
|
|
287
|
+
"./oklab/oklab-rgb": {
|
|
288
|
+
"import": "./oklab/oklab-rgb.js"
|
|
289
|
+
},
|
|
290
|
+
"./oklab/oklab-xyz": {
|
|
291
|
+
"import": "./oklab/oklab-xyz.js"
|
|
292
|
+
},
|
|
293
|
+
"./oklab/oklab": {
|
|
294
|
+
"import": "./oklab/oklab.js"
|
|
295
|
+
},
|
|
296
|
+
"./rgb/hue-rgb": {
|
|
297
|
+
"import": "./rgb/hue-rgb.js"
|
|
298
|
+
},
|
|
299
|
+
"./rgb/kelvin-rgba": {
|
|
300
|
+
"import": "./rgb/kelvin-rgba.js"
|
|
301
|
+
},
|
|
302
|
+
"./rgb/rgb-css": {
|
|
303
|
+
"import": "./rgb/rgb-css.js"
|
|
304
|
+
},
|
|
305
|
+
"./rgb/rgb-hcv": {
|
|
306
|
+
"import": "./rgb/rgb-hcv.js"
|
|
307
|
+
},
|
|
308
|
+
"./rgb/rgb-hcy": {
|
|
309
|
+
"import": "./rgb/rgb-hcy.js"
|
|
310
|
+
},
|
|
311
|
+
"./rgb/rgb-hsi": {
|
|
312
|
+
"import": "./rgb/rgb-hsi.js"
|
|
313
|
+
},
|
|
314
|
+
"./rgb/rgb-hsl": {
|
|
315
|
+
"import": "./rgb/rgb-hsl.js"
|
|
316
|
+
},
|
|
317
|
+
"./rgb/rgb-hsv": {
|
|
318
|
+
"import": "./rgb/rgb-hsv.js"
|
|
319
|
+
},
|
|
320
|
+
"./rgb/rgb-lab": {
|
|
321
|
+
"import": "./rgb/rgb-lab.js"
|
|
322
|
+
},
|
|
323
|
+
"./rgb/rgb-oklab": {
|
|
324
|
+
"import": "./rgb/rgb-oklab.js"
|
|
325
|
+
},
|
|
326
|
+
"./rgb/rgb-srgb": {
|
|
327
|
+
"import": "./rgb/rgb-srgb.js"
|
|
328
|
+
},
|
|
329
|
+
"./rgb/rgb-xyz": {
|
|
330
|
+
"import": "./rgb/rgb-xyz.js"
|
|
331
|
+
},
|
|
332
|
+
"./rgb/rgb-ycc": {
|
|
333
|
+
"import": "./rgb/rgb-ycc.js"
|
|
334
|
+
},
|
|
335
|
+
"./rgb/rgb": {
|
|
336
|
+
"import": "./rgb/rgb.js"
|
|
337
|
+
},
|
|
338
|
+
"./sort": {
|
|
339
|
+
"import": "./sort.js"
|
|
340
|
+
},
|
|
341
|
+
"./srgb/srgb-css": {
|
|
342
|
+
"import": "./srgb/srgb-css.js"
|
|
343
|
+
},
|
|
344
|
+
"./srgb/srgb-int": {
|
|
345
|
+
"import": "./srgb/srgb-int.js"
|
|
346
|
+
},
|
|
347
|
+
"./srgb/srgb-rgb": {
|
|
348
|
+
"import": "./srgb/srgb-rgb.js"
|
|
349
|
+
},
|
|
350
|
+
"./srgb/srgb": {
|
|
351
|
+
"import": "./srgb/srgb.js"
|
|
352
|
+
},
|
|
353
|
+
"./swatches": {
|
|
354
|
+
"import": "./swatches.js"
|
|
355
|
+
},
|
|
356
|
+
"./transform": {
|
|
357
|
+
"import": "./transform.js"
|
|
358
|
+
},
|
|
359
|
+
"./xyy/xyy-xyz": {
|
|
360
|
+
"import": "./xyy/xyy-xyz.js"
|
|
361
|
+
},
|
|
362
|
+
"./xyy/xyy": {
|
|
363
|
+
"import": "./xyy/xyy.js"
|
|
364
|
+
},
|
|
365
|
+
"./xyz/wavelength-xyz": {
|
|
366
|
+
"import": "./xyz/wavelength-xyz.js"
|
|
367
|
+
},
|
|
368
|
+
"./xyz/xyz-lab": {
|
|
369
|
+
"import": "./xyz/xyz-lab.js"
|
|
370
|
+
},
|
|
371
|
+
"./xyz/xyz-oklab": {
|
|
372
|
+
"import": "./xyz/xyz-oklab.js"
|
|
373
|
+
},
|
|
374
|
+
"./xyz/xyz-rgb": {
|
|
375
|
+
"import": "./xyz/xyz-rgb.js"
|
|
376
|
+
},
|
|
377
|
+
"./xyz/xyz-xyy": {
|
|
378
|
+
"import": "./xyz/xyz-xyy.js"
|
|
379
|
+
},
|
|
380
|
+
"./xyz/xyz-xyz": {
|
|
381
|
+
"import": "./xyz/xyz-xyz.js"
|
|
382
|
+
},
|
|
383
|
+
"./xyz/xyz50": {
|
|
384
|
+
"import": "./xyz/xyz50.js"
|
|
385
|
+
},
|
|
386
|
+
"./xyz/xyz65": {
|
|
387
|
+
"import": "./xyz/xyz65.js"
|
|
388
|
+
},
|
|
389
|
+
"./ycc/ycc-rgb": {
|
|
390
|
+
"import": "./ycc/ycc-rgb.js"
|
|
391
|
+
},
|
|
392
|
+
"./ycc/ycc": {
|
|
393
|
+
"import": "./ycc/ycc.js"
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
"thi.ng": {
|
|
397
|
+
"related": [
|
|
398
|
+
"pixel",
|
|
399
|
+
"vectors"
|
|
400
|
+
]
|
|
401
|
+
},
|
|
402
|
+
"gitHead": "e8a7c2a40191b391cef182c2978e5a6c85987a87\n"
|
|
403
|
+
}
|