From da67a3b4652dfd8f61999e83b43896a23cc08fc5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 16 Mar 2014 18:31:01 +0100 Subject: fix cie_invert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- info/blueshift.texinfo | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'info') diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 8570ccf..7ea6686 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -510,10 +510,16 @@ are @code{True}, respectively. Inverts the all values on the colour curves using the CIE xyY colour space instead of sRGB. -@item cie_invert(y) +@item cie_invert(rgb) Inverts the all values on the colour curves using the CIE xyY colour space instead of sRGB, -if @code{y} is @code{true}. +if @code{rgb} is @code{true}. + +@item cie_invert(r, g, b) +Inverts the all values on the red, green and +blue curves using the CIE xyY colour space +instead of sRGB if @code{r}, @code{g} and +@code{b} are @code{True}, respectively. @item sigmoid(r, g, b) An inverted sigmoid curve function is applied -- cgit v1.2.3-70-g09d2