WoW:API Frame SetBackdropBorderColor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Syntax ==
<center>'''Frame:SetBackdropBorderColor''' ''-Documentation by [[User:Nathanmx|Nathanmx]]-''</center>
SetBackdropBorderColor(r,g,b,a)


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


r,g,b = RGB color value
frame:SetBackdropBorderColor(red, green, blue, alpha)


a = alpha value
== Parameters ==
=== Arguments ===
:(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.


All values are from 0-1.
=== Returns ===
Nothing.


--[[User:Nathanmx|Nathanmx]] 03:37, 1 Oct 2005 (EDT)
----
 
__NOTOC__
{{template:WoW API}}
{{Template:WoW API}}

Revision as of 20:29, 14 January 2006

Frame:SetBackdropBorderColor -Documentation by Nathanmx-

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

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

Parameters

Arguments

(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

Nothing.


Template:WoW API