Thanks - this is great !
I was able to find the color profile using the Color API like this:
AC_Profile workingProfile; | ||
err = ACGetWorkingSpaceProfile(kACWorkingCMYK, &workingProfile); |
But how do I change the working CMYK profie to a different profile ? I couldn't find an equivalent set call....
Thanks.