View Single Post
11-13-09, 06:57 PM   #1
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
!lyn colors to match recount

okay, so the !lyncolor uses x.xx and recount colors just use xx
how do i convert them to match these colors in RGB form?

Code:
RAID_CLASS_COLORS = {
	["HUNTER"] = { r = 0.56, g = 0.76, b = 0.13 },
	["WARLOCK"] = { r = 0.58, g = 0.41, b = 0.79 },
	["PRIEST"] = { r = 0.29, g = 0.75, b = 0.71 },
	["PALADIN"] = { r = 1.00, g = 0.27, b = 0.64 },
	["MAGE"] = { r = 0.41, g = 0.75, b = 1 },
	["ROGUE"] = { r = 0.98, g = 0.71, b = 0.21 },
	["DRUID"] = { r = 1.0, g = 0.40, b = 0.04 },
	["SHAMAN"] = { r = 0.00, g = 0.75, b = 0.95 };
	["WARRIOR"] = { r = 1.00, g = 0.32, b = 0.33 },
	["DEATHKNIGHT"] = { r = 0.77, g = 0.12 , b = 0.23 },
};
  Reply With Quote