{{newin|[[0.9.0]]|090|type=function|text=It has been renamed from [[love.graphics.getDefaultImageFilter]]}}
Returns the default scaling filters used with [[Image]]s, [[Canvas]]es, and [[Font]]s.
== Function ==
=== Synopsis ===
<source lang="lua">
min, mag, anisotropy = love.graphics.getDefaultFilter( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|FilterMode|min|Filter mode used when scaling the image down.}}
{{param|FilterMode|mag|Filter mode used when scaling the image up.}}
{{param|number|anisotropy|Maximum amount of Anisotropic Filtering used.}}
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.setDefaultFilter]]
* [[FilterMode]]
[[Category:Functions]]
{{#set:Description=Returns the default scaling filters used with [[Image]]s, [[Canvas]]es, and [[Font]]s.}}
{{#set:Since=090}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.getDefaultFilter}}