diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-20 08:14:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-20 08:14:22 +0100 |
commit | 30dbc2f0fa40d36422796f5c8f371be010208775 (patch) | |
tree | 48297981621c925ff25b6ccc62b3905ae8f75740 /src/curve.py | |
parent | info: curve manipulators (diff) | |
download | blueshift-30dbc2f0fa40d36422796f5c8f371be010208775.tar.gz blueshift-30dbc2f0fa40d36422796f5c8f371be010208775.tar.bz2 blueshift-30dbc2f0fa40d36422796f5c8f371be010208775.tar.xz |
m
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 66575a6..6446a2a 100644 --- a/src/curve.py +++ b/src/curve.py @@ -75,7 +75,7 @@ def series_d(temperature): def simple_whitepoint(temperature): ''' - Calculate the colour for a blackbody temperature using a simple, but inaccurate, algorithm + Calculate the colour for a blackbody temperature using a simple algorithm @param temperature:float The blackbody temperature in kelvins, not guaranteed for values outside [1000, 40000] @return :(float, float, float) The red, green and blue components of the white point |