Function
love.graphics.setBackgroundColor( color )
Note: The alpha value of the Color will be ignored as the background cannot be transparent.
Synopsis
love.graphics.setBackgroundColor( color )
Arguments
color A Color object.
Returns
(Nothing)
Copyright © 2006-2008 LÖVE Development Team.