Gaming
 

Sea.string.stringToColor

From WoWWiki

This article is a part of the documentation of the Sea function library

	-- stringToColor(String colorCode)
	--
	--	Converts a Blizzard color code to a table
	--
	-- Returns:
	-- 	table{r,g,b,a,opacity}
	--
	-- 	a & opacity are the same thing here (this could change)
	--