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.
Please login to continue.