{{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.
== 関数 ==
=== 概要 ===
<source lang="lua">
min, mag = love.graphics.getDefaultImageFilter( )
</source>
=== 引数 ===
なし。
=== 返値 ===
{{param (日本語)|FilterMode|min|Filter mode used when scaling the image down.}}
{{param (日本語)|FilterMode|mag|Filter mode used when scaling the image up.}}
== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[love.graphics.setDefaultImageFilter (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Returns the default scaling filters.}}
{{#set:Since=080}}
{{#set:Sub-Category=State (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.getDefaultImageFilter}}