Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Ummmmm.... You are aware that it is a 32 bit integer inbetween those tags written in hex?
|cAABBGGRR|r
A are the 2 hex characters of the alpha byte
B are the 2 hex characters of the blue byte
G are the 2 hex characters of the green byte
R are the 2 hex characters of the red byte
Orders may be wrong as I am just guessing that it is read in little endian order.
Hex are in the range of 0 - F.
0123456789abcdef
Any value is valid although alpha will probably not work (just there cause colours are in 32 bits).
You can use this tool as your reference
Just click on the color you want, then a code will appear, just copy paste that code in your Object Editor and customize it
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.