summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-14 18:35:25 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-14 18:35:25 +0100
commitbdd14a759c7d698215a9cdf0b7a9dd3c74ac3cec (patch)
tree077feb624048bd993a6753ed5a78e3d9cc219944
parentadd function manipulate: Manipulate the colour curves using a lambda function (diff)
downloadblueshift-bdd14a759c7d698215a9cdf0b7a9dd3c74ac3cec.tar.gz
blueshift-bdd14a759c7d698215a9cdf0b7a9dd3c74ac3cec.tar.bz2
blueshift-bdd14a759c7d698215a9cdf0b7a9dd3c74ac3cec.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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)