Difference between revisions of "love.graphics.setBackgroundColor"
(Added table support synopsis) |
(Changed note to newin template) |
||
Line 12: | Line 12: | ||
Nothing. | Nothing. | ||
=== Synopsis === | === Synopsis === | ||
+ | {{newin|0.7.0|type=variant}} | ||
+ | |||
<source lang="lua"> | <source lang="lua"> | ||
love.graphics.setBackgroundColor( rgb ) | love.graphics.setBackgroundColor( rgb ) | ||
Line 19: | Line 21: | ||
=== Returns === | === Returns === | ||
Nothing. | Nothing. | ||
− | |||
− | |||
== See Also == | == See Also == |
Revision as of 18:33, 2 February 2011
Sets the background color.
Contents
Function
Synopsis
love.graphics.setBackgroundColor( red, green, blue )
Arguments
number red
- The red component (0-255).
number green
- The green component (0-255).
number blue
- The blue component (0-255).
Returns
Nothing.
Synopsis
Available since LÖVE 0.7.0 |
This variant is not supported in earlier versions. |
love.graphics.setBackgroundColor( rgb )
Arguments
Returns
Nothing.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info