Re: Accessing colours in NSColorPanel swatch

2008-05-24 Thread Keith Blount
Just for the archives, I found the solution to this on CocoaDev (which I had missed in my original search). Unfortunately it uses private methods, but I wrote an NSColorPanel category to access the swatch colours that should fail safely if the private methods are changed. I've added the category

Accessing colours in NSColorPanel swatch

2008-05-23 Thread Keith Blount
Hi, I can't seem to find anything on this in the docs for NSColorPanel, NSColorList, or the "working with colors" documentation, but is there any way to access the user-defined list of colours in NSColorPanel? I mean the custom colours that the user drags into the swatch at the bottom of the co