diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-16 18:31:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-16 18:31:01 +0100 |
commit | da67a3b4652dfd8f61999e83b43896a23cc08fc5 (patch) | |
tree | 081b8bf95c2268ed1b50ed1fb762dbf21a582682 /info | |
parent | cie_invert takes only one argument (diff) | |
download | blueshift-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.texinfo | 10 |
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 |