summaryrefslogtreecommitdiffstats
path: root/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-16 18:31:01 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-16 18:31:01 +0100
commitda67a3b4652dfd8f61999e83b43896a23cc08fc5 (patch)
tree081b8bf95c2268ed1b50ed1fb762dbf21a582682 /info
parentcie_invert takes only one argument (diff)
downloadblueshift-da67a3b4652dfd8f61999e83b43896a23cc08fc5.tar.gz
blueshift-da67a3b4652dfd8f61999e83b43896a23cc08fc5.tar.bz2
blueshift-da67a3b4652dfd8f61999e83b43896a23cc08fc5.tar.xz
fix cie_invert
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r--info/blueshift.texinfo10
1 files changed, 8 insertions, 2 deletions
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