Difference between revisions of "love.graphics.getColorMode"

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

Revision as of 00:48, 29 March 2013

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

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

Function

Synopsis

mode = love.graphics.getColorMode( )

Arguments

None.

Returns

ColorMode mode
The current color mode.

See Also


Other Languages