HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Player %'s??

12-22-2004, 10:32 PM#1
Skwee
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
HEZZA
Red 255,0,0
Green 0,255,0
Blue 0,0,255
12-23-2004, 09:03 PM#3
Guest
http://www.wc3campaigns.com/showthre...ght=color+text
12-24-2004, 07:52 PM#4
Skwee
Quote:
Originally Posted by C41N4M

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
Tommi
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!