summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-06 15:35:04 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-06 15:35:04 +0200
commitddd9f98776f6c7c58fcf68d905dccd965fe642e9 (patch)
treeb6055831168eb240bc89dbd371ca64b9cc1a0186 /src
parentremove path from process title (diff)
downloadblueshift-ddd9f98776f6c7c58fcf68d905dccd965fe642e9.tar.gz
blueshift-ddd9f98776f6c7c58fcf68d905dccd965fe642e9.tar.bz2
blueshift-ddd9f98776f6c7c58fcf68d905dccd965fe642e9.tar.xz
document tension
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/interpolation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpolation.py b/src/interpolation.py
index 409bbdc..32dd2fa 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 and document tension parameter
+def cubicly_interpolate_ramp(r, g, b, tension = 0): # TODO demo tension parameter
'''
Interpolate ramps to the size of the output axes using cubic Hermite spline