From 22aaf0c05ab2ab2b271ba46ee925cfcf49e62ae9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 15 Mar 2014 20:50:35 +0100 Subject: fix compose specs and implement it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/lisp-esque.conf | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'examples/lisp-esque.conf') diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index c9dad3c..a26f82c 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -141,17 +141,19 @@ ; If you want a more advance calculation of the correlated colour ; temperature you can replace (temperature) in the step about with ; (temperature') and add the following *before* it: - ; (compose temperature' as-is (divide_by_maximum cmf_10deg)) + ; (compose temperature' temperature as-is (divide_by_maximum cmf_10deg)) ; This is the default, but you can also use for example and of the following: - ; (compose temperature' as-is (divide_by_maximum series_d)) - ; (compose temperature' as-is (clip_whitepoint simple_whitepoint)) - ; (compose temperature' as-is (divide_by_maximum cmf_2deg)) - ; (compose temperature' as-is redshift') - ; Where Redshift' needs to be composed by temperature': - ; (compose redshift' as-is yes) ; as in redshift<=1.8 - ; (compose redshift' as-is no) ; as in redshift>1.8 - ; (compose redshift' as-is yes yes) ; as in redshift<=1.8 but interpolating in linear RGB - ; (compose redshift' as-is no yes) ; as in redshift>1.8 but interpolating in linear RGB + ; (compose temperature' temperature as-is (divide_by_maximum series_d)) + ; (compose temperature' temperature as-is (clip_whitepoint simple_whitepoint)) + ; (compose temperature' temperature as-is (divide_by_maximum cmf_2deg)) + ; (compose temperature' temperature as-is redshift') + ; Where Redshift' needs to be composed before temperature': + ; (compose redshift' redshift as-is yes) ; as in redshift<=1.8 + ; (compose redshift' redshift as-is no) ; as in redshift>1.8 + ; (compose redshift' redshift as-is yes yes) ; as in redshift<=1.8 + ; ; but interpolating in linear RGB + ; (compose redshift' redshift as-is no yes) ; as in redshift>1.8 + ; ; but interpolating in linear RGB ; See `info blueshift 'configuration api' 'colour curve manipulators'` ; and look for ‘temperature’ for details. -- cgit v1.2.3-70-g09d2