Canvas:setFilter

Available since LÖVE 0.8.0
This function is not supported in earlier versions.

Sets the filter of the Canvas.

Function

Synopsis

Canvas:setFilter( min, mag )

Arguments

FilterMode min
How to scale a canvas down.
FilterMode mag
How to scale a canvas up.

Returns

Nothing.

See Also

Other Languages