Warcraft III resources & community, 2003–2006 · archived

Colors

8 posts
#1

Colors

How can i change the colors from the textes i write in my maps ( you can answer it on german if you want)
#2
du kannst z.B. gucken bis du den text hast bei dem hinten drann noch in klammern 3 variablen zu verstellen sind das sind dann die farb codes aber ich weiss nicht mehr welche der 3 blau,rot oder grün ist. musste selbst gucken :D
#3
=.+
#4
I was thinking yesterday to post the same question.
It looks something like |ccf... but I don't know exactly the codes for color text.
I will really appreciate if someone would list the codes for all colors.
#5
Simply download one of the numerous colormanagers in the tools-section.

German
Lad dir einfach einen der zahlreichen Colormanager in der Tools-Section runter.
#6
It is really impossible to list all colors.

Colors are stored as 3 2-char hex values [from 00 - 0 to FF - 255], in RGB order [first value defines red, second green and last blue], plus 2-char hex value descripting transparency, so standard color code looks like:

|c00ffffff|r

Syntax:
|c - defines start of color definition
00 - 2-char hex value [0 - 0, 1 - 1... etc. A - 10, B - 11... etc. F - 15, FF - 255 [max]] descripting transparency
ff - same as above, destripting red color
ff - same as above, but green
ff - same as with transparency, but blue
|r - end of color definition

All colors set to 00 gives black, all colors set to FF gives white. 00FF00 gives green and FFFF00 gives yellow. But I strongly suggest to use any of color managers, as they are easy in use.
#7
meh, i just look up HTML Colors on google, and pick one of them, then just add it to |cff######TEXT|r
Pour Example: (dont ask)
|cff######TEXT|r
+
00ffffZyl Soulsucker
=
|cff00ffffZyl Soulsucker|r
#8
OK ty @all