WoW:API Frame SetBackdropBorderColor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API Frame SetBackdropBorderColor to API Frame SetBackdropBorderColor without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''Frame:SetBackdropBorderColor''' ''-Documentation by [[User:Nathanmx|Nathanmx]]-''</center>
{{widgetmethod}}


Sets the color of the border for the backdrop on a frame.
Sets the color of the border for the backdrop on a frame.
Line 17: Line 17:
Nothing.
Nothing.


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

Latest revision as of 04:45, 15 August 2023

Widget API ← Frame < SetBackdropBorderColor

Sets the color of the border for the backdrop on a frame.

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

Parameters[edit]

Arguments[edit]

(red, green, blue, alpha)
red
Number - Range 0 to 1
green
Number - Range 0 to 1
blue
Number - Range 0 to 1
alpha
Number - Range 0 to 1. Optional.

Returns[edit]

Nothing.