Widget API: Button:SetHighlightTextColor

From AddOn Studio
Revision as of 17:13, 30 August 2006 by WoWWiki>Meog (Someone really managed to copy that typo in his code =P)
Jump to navigation Jump to search

Widget API ← Button < SetHighlightTextColor


SetHighlightTextColor -Documentation by DerGhulbus-
Button:SetHighlightTextColor(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