{{newinoldin|[[0.8.0]]|080|[[0.9.0]]|090|type=function|text=It has been renamed to [[love.graphics.getDefaultFilter]]}}
Returns the default scaling filters.
== Function ==
=== Synopsis ===
<source lang="lua">
min, mag = love.graphics.getDefaultImageFilter( )
</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.}}
== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.setDefaultImageFilter]]
[[Category:Functions]]
{{#set:Description=Returns the default scaling filters.}}
{{#set:Since=080}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.getDefaultImageFilter}}