love.graphics.getAlphaTest

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

Gets the alpha testing mode.

Function

Synopsis

mode, alpha = love.graphics.getAlphaTest( )

Arguments

None.

Returns

AlphaTestMode mode
The comparison mode used.
number alpha
The alpha level to test against.

See Also


Other Languages