WoW:API Button SetHighlightTextColor

From AddOn Studio
Revision as of 05:11, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
SetHiglightTextColor -Documentation by DerGhulbus-
Button:SetText(r, g, b)

Sets the text color for mouseover highlighting.


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_SetTextColor


Template:WoW API