{{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.
== 関数 ==
=== 概要 ===
<source lang="lua">
love.graphics.setDefaultFilter( min, mag, anisotropy )
</source>
=== 引数 ===
{{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.}}
=== 返値 ===
ありません。
== 注釈 ==
This function does not apply retroactively to loaded images.
== 関連 ==
* [[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 (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.setDefaultFilter}}