{{newin|[[0.2.0]]|020|type=function}}
Gets the [[BlendMode|blending mode]].
== Function ==
{{newin|[[0.10.0]]|100|type=variant}}
=== Synopsis ===
<source lang="lua">
mode, alphamode = love.graphics.getBlendMode( )
</source>
=== Arguments ===
None.
=== Returns ===
{{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.}}

== Function ==
{{oldin|[[0.10.0]]|100|type=variant}}
=== Synopsis ===
<source lang="lua">
mode = love.graphics.getBlendMode( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|BlendMode|mode|The current blend mode.}}
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.setBlendMode]]
* [[BlendMode]]
[[Category:Functions]]
{{#set:Description=Gets the blending mode.}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.getBlendMode}}