Re: Spotcolors in Cocoa

2011-02-23 Thread Kyle Sluder
On Wed, Feb 23, 2011 at 8:54 AM, Kristof Vanhaesebrouck wrote: > Thanks for the quick reply. > Could you be a bit more specific? > Do I have to override the set method of NSColor and how do I write the name > of the color in the pdf? I don't think Quartz supports separation color spaces. You'll

Re: Spotcolors in Cocoa

2011-02-23 Thread Kristof Vanhaesebrouck
Thanks for the quick reply. Could you be a bit more specific? Do I have to override the set method of NSColor and how do I write the name of the color in the pdf? On 23 Feb 2011, at 09:50, Kyle Sluder wrote: > On Tue, Feb 22, 2011 at 10:27 AM, Kristof Vanhaesebrouck > wrote: >> Hi all, >> >> I

Re: Spotcolors in Cocoa

2011-02-23 Thread Kyle Sluder
On Tue, Feb 22, 2011 at 10:27 AM, Kristof Vanhaesebrouck wrote: > Hi all, > > I'm working on an application which has to generate PDF's with spot colors. > I have been experimenting with Cocoa and NSColor but can't seem to find how > to create a spot color in Cocoa. > Does anyone know how to do t