Difference between revisions of "love.graphics.setBackgroundColor"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Sets the background color.
 
Sets the background color.
 
== Function ==
 
== Function ==
Line 16: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the background color.}}
 
{{#set:Description=Sets the background color.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setBackgroundColor}}

Revision as of 20:23, 18 November 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

Other Languages