Difference between revisions of "love.graphics.setColorMode"

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

Revision as of 20:22, 18 November 2010

Sets the color mode.

Function

Synopsis

love.graphics.setColorMode( mode )

Arguments

ColorMode mode
The color mode to use.

Returns

Nothing.

See Also

Other Languages