Difference between revisions of "love.graphics.getBlendMode"

(Making the BlendMode page more findable)
Line 1: Line 1:
 
{{newin|[[0.2.0]]|020|type=function}}
 
{{newin|[[0.2.0]]|020|type=function}}
Gets the blending mode.
+
Gets the [[BlendMode|blending mode]].
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
* [[love.graphics.setBlendMode]]
 
* [[love.graphics.setBlendMode]]
 +
* [[BlendMode]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the blending mode.}}
 
{{#set:Description=Gets the blending mode.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getBlendMode}}
 
{{i18n|love.graphics.getBlendMode}}

Revision as of 17:41, 3 September 2012

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