WoW:API Frame SetBackdropColor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
<center>'''FontString:SetBackdropColor''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>
<center>'''FontString:SetBackdropColor''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>


Line 18: Line 20:
Nothing.
Nothing.


----
__NOTOC__
__NOTOC__
{{Template:WoW API}}

Revision as of 11:59, 10 June 2006

Widget API ← Frame < SetBackdropColor

FontString:SetBackdropColor -Documentation by Gxam-

Set the color of the backdrop.

someText:SetBackdropColor(red,green,blue,alpha)

Parameters

Arguments

(red, green, blue, alpha)
red
Number - Range 0 to 1 (Darkest to Lightest)
green
Number - Range 0 to 1 (Darkest to Lightest)
blue
Number - Range 0 to 1 (Darkest to Lightest)
alpha
Number - Range 0 to 1. Optional. (Transparent to Opaque)

Returns

Nothing.