Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Developing a Photoshop automation plug-in that requires converting colors between CMYK and Lab color spaces involves using the Photoshop SDK (Software Development Kit). While you've noted that the Color Picker Plug-in APIs document the process for color conversion, the approach in an Automation Plug-in might not be straightforwardly documented.
Copy link to clipboard
Copied
I am not critizising the content of your post but are you aware that the thread is from 2006?
Copy link to clipboard
Copied
Oh I am really sorry. I didnt notice that. I apologize
Copy link to clipboard
Copied
No problem, just don’t be disappointed if the original poster should not answer.
Copy link to clipboard
Copied
In automation plugin world you look for suites you can acquire. Looking at the public API folder *color*.* I see photoshopapi\photoshop\PIColorSpaceSuite.h that looks like functions similar to ColorServicesProc . Acquire that suite and hopefully it can convert for you.