summaryrefslogtreecommitdiffstats
path: root/info/blueshift.texinfo
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 /info/blueshift.texinfo
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 'info/blueshift.texinfo')
-rw-r--r--info/blueshift.texinfo22
1 files changed, 13 insertions, 9 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo
index 83b71be..e3a5ae5 100644
--- a/info/blueshift.texinfo
+++ b/info/blueshift.texinfo
@@ -1553,7 +1553,10 @@ to compensate for this, nearest-neighbour
interpolation is used. If you want to better
interpolation there are a few functions that
can be used to scale up the lookup table using
-interpolation.
+interpolation. These functions have three
+arguments: the red, the green and the blue
+colour curves to scale up. The functions
+return a tuple of these scaled up.
@table @code
@item linearly_interpolate_ramp
@@ -1562,16 +1565,17 @@ Scale up using linear interpolation.
@item cubicly_interpolate_ramp
Scale up using cubic Hermite interpolation.
+This function have one additional, optional,
+parameter: @code{tension}, those default value
+is 0. It is a floating point value that should
+be between 0 and 1.
+
@end table
-These functions thats three arguments:
-the red, the green and the blue colour
-curves to scale up. The functions return
-a tuple of these scaled up. All functions
-are will using linear interpolation if
-an interpolation segment is non-monotonic.
-This is done, automatically by the
-functions, by using the function
+All functions are will using linear
+interpolation if an interpolation segment
+is non-monotonic. This is done, automatically
+by the functions, by using the function
@code{eliminate_halos} that takes six
arguments and does not return anything.
@code{eliminate_halos}'s arguments are