WoW:API SetBackdropBorderColor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
<center>'''FontString:SetBackdropBorderColor''' ''-Documentation by [[User:Delsphynx|Delsphynx]]-''</center>


Set the color of the backdrop border.
Set the color of the backdrop border.

Revision as of 16:47, 4 December 2007

Widget API ← SetBackdropBorderColor < SetBackdropBorderColor

Set the color of the backdrop border.

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

Parameters

Arguments

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

Returns

Nothing.