{{newinoldin|[[0.2.0]]|020|[[0.9.0]]|090|type=function}}
Gets the color mode (which controls how images are affected by the current color).
== Function ==
=== Synopsis ===
<source lang="lua">
mode = love.graphics.getColorMode( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|ColorMode|mode|The current color mode.}}
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.setColorMode]]
[[Category:Functions]]
{{#set:Description=Gets the color mode (which controls how images are affected by the current color).}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.getColorMode}}