On Tue, Feb 22, 2011 at 10:27 AM, Kristof Vanhaesebrouck <kristof.vanhaesebro...@nss.be> 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 this?
Off the top of my head: Subclass NSColor. Keep your subclass within whatever color space the spot colors are defined, so that they can be converted to that color space for onscreen drawing. You can put instances of your color subclasses in an NSColorList for the user to pick from, and even write a custom color picker if you want. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com