love.graphics.setBlendMode
Sets the blending mode.
Function
Synopsis
love.graphics.setBlendMode( mode )
Arguments
BlendMode mode
- The blend mode to use. One of "alpha", "additive", "subtractive", "multiplicative".
Returns
Nothing.
Sets the blending mode.
love.graphics.setBlendMode( mode )
BlendMode mode
Nothing.