Button:SetHighlightTextColor

From Warcraft Wiki
Jump to navigation Jump to search

Sets the text color for mouseover highlighting.

Button:SetHighlightTextColor(r, g, b)

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

nil

Patch changes