diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-14 18:35:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-14 18:35:25 +0100 |
commit | bdd14a759c7d698215a9cdf0b7a9dd3c74ac3cec (patch) | |
tree | 077feb624048bd993a6753ed5a78e3d9cc219944 /src/__main__.py | |
parent | add function manipulate: Manipulate the colour curves using a lambda function (diff) | |
download | blueshift-bdd14a759c7d698215a9cdf0b7a9dd3c74ac3cec.tar.gz blueshift-bdd14a759c7d698215a9cdf0b7a9dd3c74ac3cec.tar.bz2 blueshift-bdd14a759c7d698215a9cdf0b7a9dd3c74ac3cec.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-x | src/__main__.py | 2 |
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) |