Function
love.graphics.setBackgroundColor( r, g, b )
Sets the background color.
Synopsis
love.graphics.setBackgroundColor( r, g, b )
Parameters
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.