From 2c17cbf6ea002cd4447147342ecacef3a7692ece Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 24 Feb 2014 16:33:25 +0100 Subject: update info with lower_resolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- info/blueshift.texinfo | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'info/blueshift.texinfo') diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 1a6aab5..a80c90c 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -515,6 +515,20 @@ with @code{divide_by_maximum} or @code{clip_whitepoint} ((red, green, blue) @click{} (red, green, blue) functions.) For example, instead of using @code{cmf_10deg}, you can use @code{lambda t : divide_by_maximum(cmf_10deg(t))}. + +@item lower_resolution(x, y) +Emulate low resolution. @code{x} is the number of +colours to emulate that each subpixel can have. +@code{y} does the same thing as @code{x}, except +on the output axis rather than the encoding axis. + +@item lower_resolution(rx, ry, gx, gy, bx, by) +This works the same way as @code{lower_resolution(x, y)}, +except the subpixels are controlled individually. +@code{rx} and @code{ry} are @code{x} and @code{y} +for the red subpixel, and analogously for @code{gx} +and @code{gy} for green, and @code{bx} and @code{by} +for blue. @end table If you have an ICC profile for calibration (applied last) -- cgit v1.2.3-70-g09d2