summaryrefslogtreecommitdiffstats
path: root/src/curve.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-20 08:14:22 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-20 08:14:22 +0100
commit30dbc2f0fa40d36422796f5c8f371be010208775 (patch)
tree48297981621c925ff25b6ccc62b3905ae8f75740 /src/curve.py
parentinfo: curve manipulators (diff)
downloadblueshift-30dbc2f0fa40d36422796f5c8f371be010208775.tar.gz
blueshift-30dbc2f0fa40d36422796f5c8f371be010208775.tar.bz2
blueshift-30dbc2f0fa40d36422796f5c8f371be010208775.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/curve.py2
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