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!
Hi, I've been searching around but I cannot find what I'm looking for. I have color codes in tooltips (for example |cff00c850) that I want to make RGB to use in floating text, how can I do this?
|c indicates that a hexadecimal color code is about to start. The first two characters define the alpha amount, though alpha is not yet supported by Warcraft - just leave it as FF. The rest defines the Red, Green, and Blue colors, respectively.
So, to convert Hex code to RGB, you can use third-party softwares, like image editors (photoshop), or even sites like this one. Don't forget to exclude the first 4 characters from Warcraft 3's hex code. E.g. |cff00c850 --> 00c850 --> rgb(0,200,80)
HTML Color Picker
This simple tool will allow you to pick a color from a visual color palette and get to know the hex code for that color. It's entirely web-based, so you don't need to install any software or whatever. I think that makes it quite accessible.
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.