Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Question
Question
03-09-2003, 04:52 PM
#1
SaXaPhOnE
How do I colorize text like in the loading period of the map? I have the Advaned WE, but I never could fine out how to colorize the text.
03-09-2003, 05:26 PM
#2
PitzerMike
|cffrrggbbTEXT|r
A list of rgb-codes you can find here
http://de.geocities.com/pitzermikerocks/index.htm
03-09-2003, 06:00 PM
#3
STURMguy22
tell me how to use that chart. when i go to it, it gives me 2 codes, like CCF, and then FFF under it. Where do those 2 codes go in the color formula thing
03-09-2003, 06:10 PM
#4
ph33rb0
It works like this |cAARRGGBByour text here|r
AA is alpha value (transparency)
RR is red
GG is green
BB is blue
Use hex values 00-FF.