Difference between revisions of "love.graphics.setColorMode"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the color mode.}}
 
{{#set:Description=Sets the color mode.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.setColorMode}}
 
{{i18n|love.graphics.setColorMode}}

Revision as of 10:20, 25 March 2011

Sets the color mode.

Function

Synopsis

love.graphics.setColorMode( mode )

Arguments

ColorMode mode
The color mode to use.

Returns

Nothing.

See Also


Other Languages