Difference between revisions of "love.graphics.getColorMode"

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

Revision as of 20:12, 18 November 2010

Gets the color mode.

Function

Synopsis

mode = love.graphics.getColorMode( )

Arguments

None.

Returns

ColorMode mode
The current blend mode.

See Also

Other Languages