Function
Image:setFilter( min, mag )
Sets the filter mode for an image. 0 = linear interpolation, 1 = nearest neighbor interpolation.
Synopsis
Image:setFilter( min, mag )
Parameters
min number How to scale an image down.
mag number How to scale an image up.
Copyright © 2006-2010 LÖVE Development Team.