diff options
-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 |