WoW:API FontInstance SetTextColor

From AddOn Studio
Revision as of 20:31, 27 April 2005 by WoWWiki>DerGhulbus
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SetTextColor -Documentation by DerGhulbus-
Button:SetText(r, g, b)

Sets the Button's text color.


Arguments
Float
r
Red part of new color (1.0 for 100% intensity)
Float
g
Green part of new color (1.0 for 100% intensity)
Float
b
Blue part of new color (1.0 for 100% intensity)

Returns

???


See also:

API_Button_SetHighlightTextColor


Template:WoW API