Difference between revisions of "Canvas:getFilter"

(Well, here they are now.)
 
m (Added newin)
Line 1: Line 1:
 +
{{newin|[[0.8.0]]|080|type=function}}
 
Gets the filter mode of the Canvas.
 
Gets the filter mode of the Canvas.
 
== Function ==
 
== Function ==
Line 15: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the filter mode of the Canvas.}}
 
{{#set:Description=Gets the filter mode of the Canvas.}}
{{#set:Since=080}}
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Canvas:getFilter}}
 
{{i18n|Canvas:getFilter}}

Revision as of 03:24, 8 August 2013

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

Gets the filter mode of the Canvas.

Function

Synopsis

min, mag = Canvas:getFilter( )

Arguments

None.

Returns

FilterMode min
Filter mode used when minifying the canvas.
FilterMode mag
Filter mode used when magnifying the canvas.

See Also

Other Languages