summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/__main__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py
index 1c04cf4..0954993 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -22,6 +22,8 @@ from curve import *
temperature(6500, lambda T : divide_by_maximum(series_d(T)), True)
temperature(6500, lambda T : clip_whitepoint(simple_whitepoint(T)), True)
+temperature(6500, cmf_2deg, True)
+temperature(6500, cmf_10deg, True)
rgb_contrast(1.0, 1.0, 1.0)
cie_contrast(1.0)
rgb_brightness(1.0, 1.0, 1.0)