% S2C Control Script - Part of PStill (C) Frank Siegert 2005 % PStill Version 1.72.9 or newer and S2C Module needed % For PDF input S2C must be told the primary colors if the input differs from the default sequence % The default sequence is 'Cyan' 'Magenta' 'Yellow' 'Black' % The following is an example how to set the sequence to 'Magenta' 'Yellow' 'Black' setDefaultColor("Magenta",0); setDefaultColor("Yellow",1); setDefaultColor("Black",2);