love.graphics.setBackgroundColor


Function

Synopsis

love.graphics.setBackgroundColor( r, g, b )

Arguments

number r
The red component (0-255).
number g
The green component (0-255).
number b
The blue component (0-255).

Returns

Nothing.

See Also