View Single Post
10-08-07, 01:21 PM   #474
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 1,935
PerfectRaid.lua:308:

if options.hBackdrop then
frame.bg:SetBackdrop(frame.backdrop)
frame.bg:SetBackdropColor(0,0,0,.7)
frame.bg:SetBackdropBorderColor(0,0,0,.7)
else
frame.bg:SetBackdrop(nil)
end

Change the .7 to whatever alpha value you'd like to apply.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
  Reply With Quote