Difference between revisions of "love.graphics.getDefaultImageFilter (日本語)"

(Created page with "{{newinoldin (日本語)|0.8.0|080|0.9.0|090|type=関数|text=love.graphics.getDefaultFilter へ名称変更。}} 標準...")
 
m
 
Line 1: Line 1:
{{newinoldin (日本語)|[[0.8.0]]|080|[[0.9.0]]|090|type=関数|text=[[love.graphics.getDefaultFilter (日本語)|love.graphics.getDefaultFilter]] へ名称変更。}}
+
{{newinoldin (日本語)|[[0.8.0]]|080|[[0.9.0]]|090|type=関数|text=[[love.graphics.getDefaultFilter (日本語)|love.graphics.getDefaultFilter]] へ名称変更}}
 
標準の尺度変更フィルタを返します。
 
標準の尺度変更フィルタを返します。
 
== 関数 ==
 
== 関数 ==

Latest revision as of 05:26, 18 September 2017

LÖVE 0.8.0 まで使用可能でしたが LÖVE 0.9.0 で廃止されました
love.graphics.getDefaultFilter へ名称変更。

標準の尺度変更フィルタを返します。

関数

概要

min, mag = love.graphics.getDefaultImageFilter( )

引数

なし。

返値

FilterMode min
画像の縮小に使うフィルタのモード。
FilterMode mag
画像の拡大に使うフィルタのモード。

関連




そのほかの言語