WoW:API Button SetHighlightTextColor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Someone really managed to copy that typo in his code =P)
mNo edit summary
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
<center>'''SetHighlightTextColor''' ''-Documentation by DerGhulbus-''</center>


  Button:SetHighlightTextColor(r, g, b)
  Button:SetHighlightTextColor(r, g, b)

Revision as of 16:35, 4 December 2007

Widget API ← Button < SetHighlightTextColor

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