Color's

07/15/2013 18:45 Nexicoll.#1
Welcome :D
How i can generate code for this function because ordinary RGB is another.
The code this function
HTML Code:
grp.GenerateColor(0.7607, 0.7607, 0.7607, 1.0)
and normal RGB function
HTML Code:
SetFontColor(250, 250, 250)
I need first function because second function work very bad
07/21/2013 12:23 seridubbi#2
Look ColorInfo
07/21/2013 12:47 [Patrick]#3
Download in the notes Rgb to Rgb Calculater v1.1
[Only registered and activated users can see links. Click Here To Register...]
07/21/2013 14:21 seridubbi#4
I'm from Italia sorry for my english, IF you want to use HEX color

use this code:

SetColor(0xff)

0xff and HEX

Example

0xff90EE90