Posts: 366
Threads: 91
Joined: Oct 2010
Reputation:
0
Hey Fellow Scripters again
This time i was just wondering if there was a list somewhere or something i could use to get the Colour codes from for the IG text?
Cheers Steve
Posts: 366
Threads: 91
Joined: Oct 2010
Reputation:
0
Hmmm....
when i "#define ANNOUNCEMENT 0xFF0000"
Shouldn't announcement to Red not green?
I guess im doing something wrong cos they are different lengths
#define ANNOUNCEMENT 0xFF0000
#define GREY 0xCECECEFF
I also tried "#define ANNOUNCEMENT 0xCC1111"
Still doesn't compare:
#define ANNOUNCEMENT 0xCC1111
#define GREY 0xCECECEFF
Posts: 70
Threads: 5
Joined: Mar 2011
Click
here to check an application that was made for this type of stuff.
Posts: 366
Threads: 91
Joined: Oct 2010
Reputation:
0
"503 Service Temporarily Unavailable"
Posts: 1,418
Threads: 63
Joined: Dec 2010
Reputation:
0
I think I learned it. So the max value of 1 hexadecimal digit is 16?
And how to make colors with decimal numbers?
Posts: 55
Threads: 16
Joined: Mar 2009
Reputation:
0
Hm, how to convert hex in RGB format to RGBA?