{{newinoldin (日本語)|[[0.2.0 (日本語)|0.2.0]]|020|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
Gets the color mode (which controls how images are affected by the current color).
== 関数 ==
=== 概要 ===
<source lang="lua">
mode = love.graphics.getColorMode( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|ColorMode|mode|The current color mode.}}
== 関連 ==
* [[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 (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getColorMode}}