Question
Photoshop CS2: Get CMYK color from pixel?
Hi, in Photoshop CS3 I can use colorSamplers to pick up a CMYK color from a pixel. But I haven't found anything in the CS2 scripting reference about that.
I cannot use channels["cyan"].histogram, because I need the calculated %-value (0100) from Photoshop, not the color index number (0255).
Example:
A pixel was filled with 70% cyan, Photoshop uses internally 69,8% and that's the value I want to read through a script.
Any suggestions? :-)
I cannot use channels["cyan"].histogram, because I need the calculated %-value (0100) from Photoshop, not the color index number (0255).
Example:
A pixel was filled with 70% cyan, Photoshop uses internally 69,8% and that's the value I want to read through a script.
Any suggestions? :-)