Re: Hex values for Crayola colors

2011-02-05 Thread David C.
On Sat, Feb 5, 2011 at 1:09 PM, Alex Tweedly wrote: > > For RGB codes do you mean 3 comma-separated byte values, converted to 6 hex > digits ? > > If so, you would use something like > >> put "123,55,255" into aRBG >> put format("%02x%02x%02x", item 1 of aRGB, item 2 of aRGB, item 3 of aRGB) >> in

Re: Hex values for Crayola colors

2011-02-05 Thread Alex Tweedly
For RGB codes do you mean 3 comma-separated byte values, converted to 6 hex digits ? If so, you would use something like put "123,55,255" into aRBG put format("%02x%02x%02x", item 1 of aRGB, item 2 of aRGB, item 3 of aRGB) into aHex -- Alex. On 05/02/2011 18:12, David C. wrote: Cool lin

Re: Hex values for Crayola colors

2011-02-05 Thread David C.
Cool link! Thanks for sharing that. :) That brings a question to mind though... what is the simple way of converting RGB codes to their hex equivalents? I think I used to know that, but am likely having a senior moment. ;-) Best regards, David C. ___ u

Re: Hex values for Crayola colors

2011-02-05 Thread AndyP
with LiveCode -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Hex-values-for-Crayola-colors-tp3261460p3261701.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-liv

Hex values for Crayola colors

2011-02-04 Thread Mark Wieder
Found this via boingboing today- https://secure.wikimedia.org/wikipedia/en/wiki/List_of_Crayola_crayon_colors -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsu