| 12-22-2004, 10:32 PM | #1 |
I've been fiddling around on my Multiboard for a while trying to color code the rows by player color, but I can't get the percents of red, green, and blue to equal the exact colors blizzard uses. Anybody know the right percent of each? please? |
| 12-23-2004, 06:33 PM | #2 |
Red 255,0,0 Green 0,255,0 Blue 0,0,255 |
| 12-23-2004, 09:03 PM | #3 |
Guest |
| 12-24-2004, 07:52 PM | #4 | |
Quote:
No, multiboards use percents to color code items, does anyone know those percents? OH! duh, i could just use those color codes for the names initially couldnt i? lol... duh ^_^ |
| 12-24-2004, 10:53 PM | #5 |
How about trying to convert hexadecimal color codes to decimal and then dividing the result by 2.55? Eg. FF (hex) -> 255 (dec) -> 100. Cheers! |
