{{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.
== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.setDefaultImageFilter( min, mag )
</source>
=== 引数 ===
{{param (日本語)|FilterMode|min|Filter mode used when scaling the image down.}}
{{param (日本語)|FilterMode|mag|Filter mode used when scaling the image up.}}
=== 返値 ===
ありません。

== 注釈 ==
This function does not apply retroactively to loaded images.
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.getDefaultImageFilter (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Sets the default scaling filters.}}
{{#set:Since=080}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.setDefaultImageFilter}}