Re: label color
Re: label color
- Subject: Re: label color
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 11 Dec 2010 06:53:00 +0700
On 10 Dec 2010, at 21:36, cKyle Sluder <email@hidden> wrote:
>
>
> [back on list]
>
> On Thu, Dec 9, 2010 at 4:22 PM, Ariel Feinerman <email@hidden> wrote:
>> Don`t worry, I know the C ;-)
>> I mean scheme of colors (where 0x000E is green, blue, so on)
>
> Ohh. Sorry, can't help ya there. :) I'm sure someone's figured it out,
> though. It also wouldn't be all that difficult to just whip up a demo
> app the enumerates through the values so you can inspect them in
> Finder.
Somewhere in my code I found this:
const char *colList[] =
{
"none", // 0
"gray", // 1
"green", // 2
"magenta", // 3
"blue", // 4
"yellow", // 5
"red", // 6
"orange", // 7
};
Kind regards,
Gerriet.
_______________________________________________
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