Difference between revisions of "love.graphics.getBlendMode"

Line 1: Line 1:
 +
{{newin|[[0.2.0]]|020|type=function}}
 
Gets the blending mode.
 
Gets the blending mode.
 
== Function ==
 
== Function ==
Line 11: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.setBlendMode]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the blending mode.}}
 
{{#set:Description=Gets the blending mode.}}
{{#set:Since=000}}
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getBlendMode}}
 
{{i18n|love.graphics.getBlendMode}}

Revision as of 23:20, 23 November 2011

Available since LÖVE 0.2.0
This function is not supported in earlier versions.

Gets the blending mode.

Function

Synopsis

mode = love.graphics.getBlendMode( )

Arguments

None.

Returns

BlendMode mode
The current blend mode.

See Also

Other Languages