diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 02:51:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 02:51:22 +0100 |
commit | e932d25ae4132f9ad445ff6c958b106d0177de21 (patch) | |
tree | 999a5086681e1e79352de8c036d46c5d0fff236b /info | |
parent | update todo (diff) | |
download | blueshift-e932d25ae4132f9ad445ff6c958b106d0177de21.tar.gz blueshift-e932d25ae4132f9ad445ff6c958b106d0177de21.tar.bz2 blueshift-e932d25ae4132f9ad445ff6c958b106d0177de21.tar.xz |
doc 0 param negative
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index c4f7242..d32aba6 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -320,6 +320,9 @@ Adjusts the gamma to @code{r}, @code{g} and @code{b} on the red, green and blue curves, respectively. +@item negative() +Inverts the all values on the colour curves. + @item negative(rgb) Inverts the all values on the colour curves if @code{rgb} is @code{True}. |