WoW:API SetBackdropBorderColor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API SetBackdropBorderColor to API SetBackdropBorderColor without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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.

Latest revision as of 04:47, 15 August 2023

Widget API ← SetBackdropBorderColor < SetBackdropBorderColor

Set the color of the backdrop border.

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

Parameters[edit]

Arguments[edit]

(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[edit]

Nothing.