![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I feel this ought to be an easy one, except that nothing I do will work and I can't find any help in my books! |
#3
| |||
| |||
|
|
David Robinson wrote: I feel this ought to be an easy one, except that nothing I do will work and I can't find any help in my books! The color code consists of the RGB in hexadecimal: #00aaff would have following RGB-Values: R = 00 = 0 G = aa = 170 B = ff = 255 To solve your problem you need functions that can convert hexa<>decimal numbers: You can write this script by yourself or you can use existing scripts: http://www.skyzyx.com/scripts/convert.php |
![]() |
| Thread Tools | |
| Display Modes | |
| |