summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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