HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Vertex Coloring

07-30-2004, 01:16 AM#1
Dark_Uber
I want to change a circle of power in my map to a golden/yellow type color?

I'm using the Animation Trigger: Change Unit Vertex Color to 100%, 100%, 100% but can someone tell me what values would make a good yellow?

In case you don't know its Red, Green, Blue...
07-30-2004, 01:20 AM#2
ForgottenLight
Actually, I'm not sure, but I think you can just change the player color of the CoP and It will change color nicely, if not, figure out the RGB color for vertex, BTW, yellow is #FFFF00. you should know that.
07-30-2004, 01:23 AM#3
Dark_Uber
What's the CoP?
07-30-2004, 02:02 AM#4
Eeporgorg
Circle of Power
07-30-2004, 04:01 AM#5
TheBlackMage01
Change the circle of powers color using the Unit - change color function...
07-30-2004, 05:45 AM#6
Anitarf
For a nice golden color, check some items in the object editor, some under "miscelaneous" have some golden text (it's a bit dark, but you can always brighten it up). The code for the color in the world editor is "|cTT(transparency)RR(red)GG(green)BB(blue)The text|r".
07-30-2004, 07:07 AM#7
TheBlackMage01
he dosent need text. Also I think u could try for an orange/yellow something like.... 100, 50 0 or something. Keep experimenting....

the first is red second is green third is blue.. the 3 colors the eyes see ;)
07-30-2004, 12:32 PM#8
Anitarf
I know he doesn't need text. I just said that in the text there are some examples of a golden color in RGB format, and explained how to read it.
08-02-2004, 08:55 PM#9
Dark_Uber
Yeah, I've decided to use the trigger that changes the circle of power to a player color without changing ownership. Thanks to the person who said Red - 100, Green - 100, that worked too.