diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-10 17:18:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-10 17:18:49 +0100 |
commit | 9f40107edaee5f2980ecd39eefc41cf3254d150b (patch) | |
tree | 1da6486dd37334ce798ed46e800ca9039b3d8131 /info | |
parent | document functions (diff) | |
download | blueshift-9f40107edaee5f2980ecd39eefc41cf3254d150b.tar.gz blueshift-9f40107edaee5f2980ecd39eefc41cf3254d150b.tar.bz2 blueshift-9f40107edaee5f2980ecd39eefc41cf3254d150b.tar.xz |
add cie_manipulate
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 7b2c3fc..44cdea7 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -542,6 +542,11 @@ Applies the functions @code{r}, @code{g} and @code{b} : float @click{} float to red, green and blue colour curves, respectively. +@item cie_manipulate(f) +Applies the function @code{f} : float @click{} +float to Y component (illumination) colour curves +converted to CIE xyY. + @item temperature(temperature, algorithm) Applies the a blackbody colour temperature of @code{temperature}@footnote{Actually multiplied |