aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-15 18:57:16 +0200
committerMattias Andrée <maandree@kth.se>2016-07-15 18:57:16 +0200
commitb191005cfa8f5c7c7c124fff98a736772d115631 (patch)
tree024a6b32f17cb4e1b2dec255d1679b456bfed704
parentAlso mention libcoopgamma (diff)
downloadlibclut-b191005cfa8f5c7c7c124fff98a736772d115631.tar.gz
libclut-b191005cfa8f5c7c7c124fff98a736772d115631.tar.bz2
libclut-b191005cfa8f5c7c7c124fff98a736772d115631.tar.xz
Document libclut_translate in info manual
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--doc/info/chap/clut-manipulation.texinfo26
1 files changed, 24 insertions, 2 deletions
diff --git a/doc/info/chap/clut-manipulation.texinfo b/doc/info/chap/clut-manipulation.texinfo
index 453c14e..477e107 100644
--- a/doc/info/chap/clut-manipulation.texinfo
+++ b/doc/info/chap/clut-manipulation.texinfo
@@ -420,7 +420,7 @@ Same as @code{clut}, but for the filter to apply.
Same as @code{max}, but for the filter to apply.
@item ftype
Same as @code{type}, but for the filter to apply.
-(Not actually used).
+(Not actually used.)
@item r
Whether to apply the filter for the red curve.
@item g
@@ -443,7 +443,7 @@ Same as @code{clut}, but for the filter to apply.
Same as @code{max}, but for the filter to apply.
@item ftype
Same as @code{type}, but for the filter to apply.
-(Not actually used).
+(Not actually used.)
@item r
Whether to apply the filter for the red curve.
@item g
@@ -451,5 +451,27 @@ Whether to apply the filter for the green curve.
@item b
Whether to apply the filter for the blue curve.
@end table
+
+
+@item libclut_translate(dclut, dmax, dtype, sclut, smax, stype)
+Translates a gamma ramp structure to another
+gamma ramp structure type.
+
+Parameters:
+@table @code
+@item dclut
+Like @code{clut} described above, for the destination.
+@item dmax
+Like @code{max} described above, for the destination.
+@item dtype
+Like @code{type} described above, for the destination.
+@item sclut
+Like @code{clut} described above, for the source.
+@item smax
+Like @code{max} described above, for the source.
+@item stype
+Like @code{type} described above, for the source.
+(Not actually used.)
+@end table
@end table