From bb1332aa418415eab6b5d731d8a4c1b84b36db77 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 21 Feb 2014 02:57:28 +0100 Subject: rename negative to invert (mirror y) and add negative that reverses (mirror x) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- info/blueshift.texinfo | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'info') diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index d32aba6..0360956 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -321,13 +321,27 @@ and @code{b} on the red, green and blue curves, respectively. @item negative() -Inverts the all values on the colour curves. +Reverse the colour curves on the encoding axis. +This creates a negative image with preserved gamma. @item negative(rgb) -Inverts the all values on the colour curves +Reverse the colour curves on the encoding axis if @code{rgb} is @code{True}. @item negative(r, g, b) +Reverse the red, green and blue curves on the +encoding axis if @code{r}, @code{g} and @code{b} +are @code{True}, respectively. + +@item invert() +Inverts the all values on the colour curves. +This creates a negative image with inverted gamma. + +@item invert(rgb) +Inverts the all values on the colour curves +if @code{rgb} is @code{True}. + +@item invert(r, g, b) Inverts the all values on the red, green and blue curves if @code{r}, @code{g} and @code{b} are @code{True}, respectively. -- cgit v1.2.3-70-g09d2