{{newin|[[0.9.0]]|090|type=function|text=It has been renamed from [[love.graphics.setDefaultImageFilter]]}}
Sets the default scaling filters used with [[Image]]s, [[Canvas]]es, and [[Font]]s.
== Function ==
=== Synopsis ===
<source lang="lua">
love.graphics.setDefaultFilter( min, mag, anisotropy )
</source>
=== Arguments ===
{{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 (1)|Maximum amount of Anisotropic Filtering used.}}
=== Returns ===
Nothing.
== Notes ==
This function does not apply retroactively to loaded images.
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.getDefaultFilter]]
* [[FilterMode]]
[[Category:Functions]]
{{#set:Description=Sets 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.setDefaultFilter}}