{{newinoldin|[[0.8.0]]|080|[[0.9.0]]|090|type=function|text=It has been renamed to [[love.graphics.setDefaultFilter]]}}
Sets the default scaling filters.
== Function ==
=== Synopsis ===
<source lang="lua">
love.graphics.setDefaultImageFilter( min, mag )
</source>
=== Arguments ===
{{param|FilterMode|min|Filter mode used when scaling the image down.}}
{{param|FilterMode|mag|Filter mode used when scaling the image up.}}
=== Returns ===
Nothing.

== Notes ==
This function does not apply retroactively to loaded images.
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.getDefaultImageFilter]]
[[Category:Functions]]
{{#set:Description=Sets the default scaling filters.}}
{{#set:Since=080}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.setDefaultImageFilter}}