diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-16 21:45:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-16 21:45:46 +0100 |
commit | 25024e3c8ffa110246cf6a9b53b3e9b66b43c4cf (patch) | |
tree | 74702e002a81bf5de52d1bc24f5f3f4ddf38937b /src/curve.py | |
parent | copyo (diff) | |
download | blueshift-25024e3c8ffa110246cf6a9b53b3e9b66b43c4cf.tar.gz blueshift-25024e3c8ffa110246cf6a9b53b3e9b66b43c4cf.tar.bz2 blueshift-25024e3c8ffa110246cf6a9b53b3e9b66b43c4cf.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/curve.py')
-rw-r--r-- | src/curve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curve.py b/src/curve.py index 36b4346..75b0450 100644 --- a/src/curve.py +++ b/src/curve.py @@ -211,7 +211,7 @@ def temperature(temperature, algorithm): Change colour temperature according to the CIE illuminant series D @param temperature:float The blackbody temperature in kelvins - @param algorithm:(float)→(float, float, float) Algorithm for calculating a white point, for example `series_d` or `simple_whitepoint` + @param algorithm:(float)→(float, float, float) Algorithm for calculating a white point, for example `cmf_10deg` ''' if temperature == 6500: return |