Difference between revisions of "love.graphics.setBlendMode"

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

Revision as of 23:19, 23 November 2011

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

Sets the blending mode.

Function

Synopsis

love.graphics.setBlendMode( mode )

Arguments

BlendMode mode
The blend mode to use.

Returns

Nothing.

See Also

Other Languages