Video:setFilter

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

Sets the scaling filters used when drawing the Video.

Function

Synopsis

Video:setFilter( min, mag, anisotropy )

Arguments

FilterMode min
The filter mode used when scaling the Video down.
FilterMode mag
The filter mode used when scaling the Video up.
number anisotropy (1)
Maximum amount of anisotropic filtering used.

Returns

Nothing.

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Video:setFilter