Re: color
Re: color
- Subject: Re: color
- From: Greg Casey <email@hidden>
- Date: Thu, 29 May 2003 18:37:47 -0400
<used the wrong damn address again. my response is below>
Begin forwarded message:
From: Greg Casey <email@hidden>
Date: Thu May 29, 2003 6:36:42 PM US/Eastern
To: Cocoa-Dev List <email@hidden>
Subject: Re: color
NSColor *color = [NSColor colorWithCalibratedRed:51 green:204 blue:255
alpha:1.0];
Just convert the hex values from red:33 green:CC blue:FF to decimal as
shown above.
-gtc
On Thursday, May 29, 2003, at 06:11 PM, Rhon Fitzwater wrote:
Can some one tell me how to set NSColor so it is this hex color
(#33CCFF ) which can be seen at
http://hotwired.lycos.com/webmonkey/reference/color_codes/
Right now I have this as my code: [NSColor cyanColor] but that color
is noticably different than what I want. If someone can help me with
the code that would be great.
thanks,
-Rhon
_______________________________________________
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.
-gtc
-gtc
_______________________________________________
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: Henry McGilton <email@hidden>
- Re: color
- From: "Alastair J.Houghton" <email@hidden>