love.graphics.getBlendMode

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

Gets the blending mode.

Function

Available since LÖVE 0.10.0
This variant is not supported in earlier versions.

Synopsis

mode, alphamode = love.graphics.getBlendMode( )

Arguments

None.

Returns

BlendMode mode
The current blend mode.
BlendAlphaMode alphamode
The current blend alpha mode – it determines how the alpha of drawn objects affects blending.

Function

Removed in LÖVE 0.10.0
This variant is not supported in that and later versions.

Synopsis

mode = love.graphics.getBlendMode( )

Arguments

None.

Returns

BlendMode mode
The current blend mode.

See Also


Other Languages