Re: color
Re: color
- Subject: Re: color
- From: Andreas Mayer <email@hidden>
- Date: Fri, 30 May 2003 00:32:32 +0200
Am Freitag, 30.05.03 um 00:11 Uhr schrieb Rhon Fitzwater:
Right now I have this as my code: [NSColor cyanColor] but that color
is noticably different than what I want.
Cyan is #00FFFF.
If someone can help me with
the code that would be great.
[NSColor colorWithCalibratedRed:(0x33/0xFF) green:(0xCC/0xFF)
blue:(0xFF/0xFF) alpha:1.0];
should do it.
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Re: color
- From: "Alastair J.Houghton" <email@hidden>
References: | |
| >color (From: Rhon Fitzwater <email@hidden>) |