| 10-22-2004, 01:07 AM | #1 |
I think this is where i should be posting, but if not please move it. Well i wanted to make make my own WC3 Color Code Program so i could optimize it and change it to my liking but i dont know how to make them. I can code the program but i dont know how the color codes are generated and was wondering if there was something or someone that could show me how to make the codes. Thanks! |
| 10-22-2004, 05:44 AM | #2 | |
Quote:
What I know is, they consist of Hex data in the form of |cxxxxxxxx Text Here |r each x is a hexidecimal value, 0 to F. It uses RGB(RED GREEN BLUE) values to mix colors to make more colors. FF0000 would be completely red, 00FF00 would be completely green, and 0000FF would be completely blue. The last xx is the transparency of the text, but i'm not sure exactly how it works. hope this helps you a little, I really don't know how the colors are mixed myself, but i'd like to so I could at least memorize a few basic colors and learn to come up with hex codes on the fly (or guess with some sort of accuracy) when I need a certain color. |
| 10-22-2004, 03:48 PM | #3 |
TY for the help, im sure this will help a lot! |
