Function
love.graphics.getBackgroundColor( )
Gets the current background color.
Synopsis
r, g, b = love.graphics.getBackgroundColor( )
Returns
r number The red component (0-255).
g number The green component (0-255).
b number The blue component (0-255).
Copyright © 2006-2010 LÖVE Development Team.