WoW:API FontString SetTextColor

Revision as of 07:52, 14 January 2005 by WoWWiki>Elkorus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FontString:SetTextColor(red,green,blue);

Sets the text color for any FontString UI object.


Arguments
red Range 0 to 1
green Range 0 to 1
blue Range 0 to 1

Returns
nil

Example
String:SetTextColor(1.0,0,0);
This will set the text color to be used with SetText() or any other output function.