summaryrefslogtreecommitdiffstats
path: root/src/interpolation.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-06 15:36:54 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-06 15:36:54 +0200
commit2a7174bc25e5dab007db2fc7dc76c97fd2636069 (patch)
tree3c68005a853ff8aa596b68c923b35b8a1cd15119 /src/interpolation.py
parentdocument tension (diff)
downloadblueshift-2a7174bc25e5dab007db2fc7dc76c97fd2636069.tar.gz
blueshift-2a7174bc25e5dab007db2fc7dc76c97fd2636069.tar.bz2
blueshift-2a7174bc25e5dab007db2fc7dc76c97fd2636069.tar.xz
demo tension parameter
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/interpolation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpolation.py b/src/interpolation.py
index 32dd2fa..e6bb896 100644
--- a/src/interpolation.py
+++ b/src/interpolation.py
@@ -47,7 +47,7 @@ def linearly_interpolate_ramp(r, g, b):
return (R, G, B)
-def cubicly_interpolate_ramp(r, g, b, tension = 0): # TODO demo tension parameter
+def cubicly_interpolate_ramp(r, g, b, tension = 0):
'''
Interpolate ramps to the size of the output axes using cubic Hermite spline