Re: NSColor for darker hightlight color

2009-10-21 Thread Rob Keniger
On 22/10/2009, at 10:26 AM, Jonathan Hendry wrote: > There's a 'Developer' color list in the color list pane of the standard color > picker. Yes, and I believe this is the picker that Graham was referring to. It shows all the NSColor named colors that reflect the current appearance. To see it

Re: NSColor for darker hightlight color

2009-10-21 Thread Jonathan Hendry
There's a 'Developer' color list in the color list pane of the standard color picker. - Jon On Oct 21, 2009, at 19:51 PM, Eric Gorr wrote: On Oct 21, 2009, at 7:34 PM, Graham Cox wrote: On 22/10/2009, at 9:25 AM, Eric Gorr wrote: If so, then it may not be appropriate for me to use alt

Developer Color Picker ( was Re: NSColor for darker hightlight color )

2009-10-21 Thread Eric Gorr
On Oct 21, 2009, at 8:00 PM, Kyle Sluder wrote: On Wed, Oct 21, 2009 at 4:51 PM, Eric Gorr wrote: Interesting. I've looked a little, but cannot seem to find this color picker. Anyone know where it can be found? Google for "developer color picker" --> http://www.panic.com/~wade/picker/ We

Re: NSColor for darker hightlight color

2009-10-21 Thread Kyle Sluder
On Wed, Oct 21, 2009 at 4:51 PM, Eric Gorr wrote: > Interesting. I've looked a little, but cannot seem to find this color > picker. Anyone know where it can be found? Google for "developer color picker" --> http://www.panic.com/~wade/picker/ --Kyle Sluder

Re: NSColor for darker hightlight color

2009-10-21 Thread Eric Gorr
On Oct 21, 2009, at 7:34 PM, Graham Cox wrote: On 22/10/2009, at 9:25 AM, Eric Gorr wrote: If so, then it may not be appropriate for me to use alternateSelectedControlTextColor (for example) - however, neither selectedControlColor nor selectedTextBackgroundColor will return this darker

Re: NSColor for darker hightlight color

2009-10-21 Thread Graham Cox
On 22/10/2009, at 9:25 AM, Eric Gorr wrote: If so, then it may not be appropriate for me to use alternateSelectedControlTextColor (for example) - however, neither selectedControlColor nor selectedTextBackgroundColor will return this darker shade of blue.__

NSColor for darker hightlight color

2009-10-21 Thread Eric Gorr
If, in the Appearance settings, I set my highlight color to blue and then select an item in the finder, the blue color used is darker then the color shown in the Appearance Settings. Is there a NSColor method which will return this darker shade to me? Is it alternateSelectedControlTextColor?