{{newin|[[0.9.0]]|090|type=function|text=It has been renamed from [[love.graphics.getDefaultImageFilter]]}}
Returns the default scaling filters used with [[Image]]s, [[Canvas]]es, and [[Font]]s.
== 関数 ==
=== 概要 ===
<source lang="lua">
min, mag, anisotropy = love.graphics.getDefaultFilter( )
</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|Maximum amount of Anisotropic Filtering used.}}
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.setDefaultFilter (日本語)]]
* [[FilterMode (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Returns the default scaling filters used with [[Image]]s, [[Canvas]]es, and [[Font]]s.}}
{{#set:Since=090}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getDefaultFilter}}