diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/interpolation.py | 2 |
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 |