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