View Single Post
07-15-12, 01:29 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,937
You would simply use the following statements.

frame:SetBackdrop(bd);
frame:SetBackdropColor(bg.red,bg.green,bg.blue, bg.alpha);
frame:SetBackdropBorderColor(bc.red, bc.green,bc.blue, bc.alpha);

where bd is the backdrop table you listed, bg is a table of red,green,blue,alpha values and bc another table of red,green,blue,alpha values.

Hope that helps you.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote