WoW:API FontInstance SetTextColor

From AddOn Studio
Jump to navigation Jump to search
SetTextColor -Documentation by DerGhulbus-
obj:SetTextColor(r, g, b{, a})

Sets the object's text color.


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)
Float
a
Alpha part of new color (1.0 for 100% opacity)

Returns

???


See also:

API_Button_SetHighlightTextColor


Template:WoW API