Trouble with NSColor
Trouble with NSColor
- Subject: Trouble with NSColor
- From: Daniel Furrer <email@hidden>
- Date: Thu, 13 Aug 2009 18:24:36 +0200
I'm trying to get the RGB components of a system color. Here's what I've
been trying:
NSColor* foo = [[NSColor controlColor] colorUsingColorSpaceName:
@"NSCalibratedRGBColorSpace"];
NSLog(@"%f, %f, %f", [foo redComponent], [foo blueComponent], [foo
greenComponent]);
but all I ever get is 0.0, 0.0, 0.0
Also [foo numberOfComponents] seems to be 0. (For [NSColor blueColor] it's
working fine however).
What am I doing wrong?
Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden