Difference between revisions of "Canvas:setFilter"

(Who forgot to add these?)
 
(Added newin)
Line 1: Line 1:
 +
{{newin|[[0.8.0]]|080|type=function}}
 
Sets the filter of the Canvas.
 
Sets the filter of the Canvas.
 
== Function ==
 
== Function ==
Line 15: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the filter mode of the Canvas.}}
 
{{#set:Description=Sets the filter mode of the Canvas.}}
{{#set:Since=080}}
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Canvas:setFilter}}
 
{{i18n|Canvas:setFilter}}

Revision as of 03:24, 8 August 2013

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