diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-25 09:02:45 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-25 09:02:45 +0100 |
commit | 6c9a1b55d19366d6e7d4474a5b36f898ca541723 (patch) | |
tree | 8633e837f0142c2a46d362bbaa1e651169eddf9b /examples | |
parent | update todo (diff) | |
download | blueshift-6c9a1b55d19366d6e7d4474a5b36f898ca541723.tar.gz blueshift-6c9a1b55d19366d6e7d4474a5b36f898ca541723.tar.bz2 blueshift-6c9a1b55d19366d6e7d4474a5b36f898ca541723.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/comprehensive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index ec3f9c9..21efc14 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -390,7 +390,7 @@ def periodically(year, month, day, hour, minute, second, weekday, fade): f() # Apply colour temperature using raw CIE 1964 10 degree CMF data with interpolation. - temperature(temperature_, lambda t : divide_by_maximum(cmf_10deg(t))) + temperature(temperature_, lambda t : clip_whitepoint(divide_by_maximum(cmf_10deg(t)))) # Apply calibration used when started. c = current_calibration[m % len(current_calibration)] |