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
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
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
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
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