Difference between revisions of "love.graphics.setColorMode"

m
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the color mode (which controls how images are affected by the current color).}}
 
{{#set:Description=Sets the color mode (which controls how images are affected by the current color).}}
 +
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.setColorMode}}
 
{{i18n|love.graphics.setColorMode}}

Revision as of 00:58, 29 March 2013

Available since LÖVE 0.2.0
This function is not supported in earlier versions.

Sets the color mode (which controls how images are affected by the current color).

Function

Synopsis

love.graphics.setColorMode( mode )

Arguments

ColorMode mode
The color mode to use.

Returns

Nothing.

See Also


Other Languages