Difference between revisions of "love.graphics.setBackgroundColor"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Sets the background color.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 15: Line 15:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the background color.}}

Revision as of 16:17, 14 February 2010

Sets the background color.

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