(Image):setFilter

Sets the filter mode for an image. 0 = linear interpolation, 1 = nearest neighbor interpolation.

Function

Synopsis

Image:setFilter( min, mag )

Arguments

number min
How to scale an image down.
number mag
How to scale an image up.

Returns

Nothing.

See Also