• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Where to find RGB values for Player Colors (teal, purp, etc)

Status
Not open for further replies.
Level 2
Joined
Apr 19, 2006
Messages
28
I need the RGB values for Players: Player 1 (red) - Player 10 (light blue).

Does anyone know where I can get this info? Thanks bunches. :)

-Miz
 
Level 2
Joined
Apr 19, 2006
Messages
28
In the editor...

Red = 255
Green = 255
Blue = 255

RGB is the format that the editor uses to color the units. From 0-255.

For example: I need the conversion from 'Teal' to 'R=237, G=101, B=101'. I just made these up... Heh! :)

-Miz
 
Level 11
Joined
May 1, 2005
Messages
622
Most, if not all of the player colour values can be assigned to regions.

ed2a34d8.jpg


As you can see, when you change the colour of the region its RGB values show in the area in the red outline. Use this feature to check the rest of the colours.
 
Level 2
Joined
Apr 19, 2006
Messages
28
Nice!!!

It is all there under Region Properties. Thanks The_Taxidermist, and thanks everyone who gave time to try to help me. :)

-Miz
 
Status
Not open for further replies.
Top