From b191005cfa8f5c7c7c124fff98a736772d115631 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 15 Jul 2016 18:57:16 +0200 Subject: Document libclut_translate in info manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/chap/clut-manipulation.texinfo | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'doc/info/chap') 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 -- cgit v1.2.3-70-g09d2