diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 14:23:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 14:23:16 +0200 |
commit | 8f0663d9f5f7f7aef3dc5bee9a7371b7c030e58e (patch) | |
tree | cf5dbae6983186723964d7c8953fee0aa4a0d4de /src/aux.py | |
parent | make the previous commit optional (diff) | |
download | blueshift-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>
Diffstat (limited to 'src/aux.py')
-rw-r--r-- | src/aux.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |