Thread: !lyncolors
View Single Post
03-27-10, 03:02 AM   #2
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
Originally Posted by mankeluvsit View Post
hey, i was wondering how do i make colors?
it used 0.00 instead of 00 when using RGB.
is there a website that can produce colors using 0.00?


thanks
WoW uses decimals values ranging from 0 to 1 for colors, it's not hard to learn but if you're used to old-school RGB values (0-255) then you can just divide your RGB values by 255 like for example if you want to color something with a pale red you could do (255/255, 200/255, 200/255)

In other words to convert you can just do value / 255 to get the decimal. You could use your calculator ,)


http://www.wowwiki.com/Class_colors
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.

Last edited by v6o : 03-27-10 at 03:09 AM. Reason: Fixed last /
  Reply With Quote