{{newin (日本語)|[[0.2.0 (日本語)|0.2.0]]|020|type=関数}}
Gets the [[BlendMode|blending mode]].
== 関数 ==
{{newin (日本語)|[[0.10.0 (日本語)|0.10.0]]|100|type=異形}}
=== 概要 ===
<source lang="lua">
mode, alphamode = love.graphics.getBlendMode( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|BlendMode|mode|The current blend mode.}}
{{param (日本語)|BlendAlphaMode|alphamode|The current blend alpha mode – it determines how the alpha of drawn objects affects blending.}}

== 関数 ==
{{oldin (日本語)|[[0.10.0 (日本語)|0.10.0]]|100|type=異形}}
=== 概要 ===
<source lang="lua">
mode = love.graphics.getBlendMode( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|BlendMode|mode|The current blend mode.}}
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.setBlendMode (日本語)]]
* [[BlendMode (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Gets the blending mode.}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getBlendMode}}