summaryrefslogtreecommitdiffstats
path: root/src/aux.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-04 21:44:06 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-04 21:44:06 +0200
commit52975a80c11525a1bcb64e1bb8bd8ece26d6342e (patch)
tree348b980c981d791940b4964596a72239c101d934 /src/aux.py
parentseparate halo eliminate + add cubing interpolation (diff)
downloadblueshift-52975a80c11525a1bcb64e1bb8bd8ece26d6342e.tar.gz
blueshift-52975a80c11525a1bcb64e1bb8bd8ece26d6342e.tar.bz2
blueshift-52975a80c11525a1bcb64e1bb8bd8ece26d6342e.tar.xz
update todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/aux.py')
-rw-r--r--src/aux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aux.py b/src/aux.py
index 7668478..70526e4 100644
--- a/src/aux.py
+++ b/src/aux.py
@@ -75,7 +75,7 @@ def linearly_interpolate_ramp(r, g, b): # TODO demo and document this
return (R, G, B)
-def cubicly_interpolate_ramp(r, g, b): # TODO test, demo and document this
+def cubicly_interpolate_ramp(r, g, b): # TODO demo and document this
'''
Interpolate ramps to the size of the output axes using cubic Hermite spline