Widget API: Frame:SetBackdropColor

From AddOn Studio
Revision as of 11:59, 10 June 2006 by WoWWiki>Mikk ({{widgetmethod}})
Jump to navigation Jump to search

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.