Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/chroma-js/src/conversions/lab-constants.coffee')
-rw-r--r--node_modules/chroma-js/src/conversions/lab-constants.coffee8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/chroma-js/src/conversions/lab-constants.coffee b/node_modules/chroma-js/src/conversions/lab-constants.coffee
new file mode 100644
index 0000000000..95ca55322f
--- /dev/null
+++ b/node_modules/chroma-js/src/conversions/lab-constants.coffee
@@ -0,0 +1,8 @@
+
+# Corresponds roughly to RGB brighter/darker
+K = 18
+
+# D65 standard referent
+X = 0.950470
+Y = 1
+Z = 1.088830