Derma_DrawBackgroundBlur
Example
Blur being drawn around a panel
function PANEL:Init()
self.startTime = SysTime()
end
function PANEL:Paint()
Derma_DrawBackgroundBlur(self, self.startTime)
end
Output: Background blur is drawn around the panel