WoW:API Button SetHighlightTextColor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API Button SetHighlightTextColor to API Button SetHighlightTextColor without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''SetHiglightTextColor''' ''-Documentation by DerGhulbus-''</center>
{{widgetmethod}}


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


Sets the text color for mouseover highlighting.
Sets the text color for mouseover highlighting.
Line 24: Line 24:


[[API_Button_SetTextColor]]
[[API_Button_SetTextColor]]
----
{{WoW API}}

Latest revision as of 04:45, 15 August 2023

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