diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-14 18:21:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-14 18:21:13 +0100 |
commit | b126e6167772e61a831d0547681daff5d5cbccd1 (patch) | |
tree | 09c172f8168e03571a8b833d604ffe706ce0a3aa /src/__main__.py | |
parent | load rc (diff) | |
download | blueshift-b126e6167772e61a831d0547681daff5d5cbccd1.tar.gz blueshift-b126e6167772e61a831d0547681daff5d5cbccd1.tar.bz2 blueshift-b126e6167772e61a831d0547681daff5d5cbccd1.tar.xz |
fix derp on whitepoint adj
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/__main__.py b/src/__main__.py index aa9f09e..9d5dd9a 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -18,10 +18,8 @@ from colour import * from curve import * -#temperature(6500, series_d, True) -#divide_by_maximum() -#temperature(6500, simple_whitepoint, True) -#clip() +#temperature(6500, lambda T : divide_by_maximum(series_d(T)), True) +#temperature(6500, lambda T : clip_whitepoint(simple_whitepoint(T)), True) #rgb_contrast(1.0, 1.0, 1.0) #cie_contrast(1.0) #rgb_brightness(1.0, 1.0, 1.0) |