summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-05 14:23:16 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-05 14:23:16 +0200
commit8f0663d9f5f7f7aef3dc5bee9a7371b7c030e58e (patch)
treecf5dbae6983186723964d7c8953fee0aa4a0d4de
parentmake the previous commit optional (diff)
downloadblueshift-8f0663d9f5f7f7aef3dc5bee9a7371b7c030e58e.tar.gz
blueshift-8f0663d9f5f7f7aef3dc5bee9a7371b7c030e58e.tar.bz2
blueshift-8f0663d9f5f7f7aef3dc5bee9a7371b7c030e58e.tar.xz
no sense in demo:ing this
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/aux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aux.py b/src/aux.py
index 93f001f..1a6ac8b 100644
--- a/src/aux.py
+++ b/src/aux.py
@@ -173,7 +173,7 @@ def polynomially_interpolate_ramp(r, g, b): # TODO Speedup, demo and document th
return (R, G, B)
-def eliminate_halos(r, g, b, R, G, B): # TODO demo this
+def eliminate_halos(r, g, b, R, G, B):
'''
Eliminate haloing effects in interpolations