Available since LÖVE 0.9.0 |
It has been renamed from love.graphics.setDefaultImageFilter. |
Sets the default scaling filters used with Images, Canvases, and Fonts.
love.graphics.setDefaultFilter( min, mag, anisotropy )
FilterMode min
FilterMode mag
number anisotropy (1)
Nothing.
This function does not apply retroactively to loaded images.