Video:getFilter
Available since LÖVE 0.10.0
This function is not supported in earlier versions.
Gets the scaling filters used when drawing the Video.
Function
Synopsis
min, mag, anisotropy = Video:getFilter( )
Arguments
None.
Returns
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.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Video:getFilter