Difference between revisions of "love.graphics.getDefaultImageFilter"
(Added love.graphics.getDefaultImageFilter.) |
(See also addition.) |
||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
+ | * [[love.graphics.setDefaultImageFilter]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Returns the default scaling filters.}} | {{#set:Description=Returns the default scaling filters.}} |
Revision as of 23:45, 8 April 2012
Available since LÖVE 0.8.0 |
This function is not supported in earlier versions. |
Returns the default scaling filters.
Function
Synopsis
min, mag = love.graphics.getDefaultImageFilter( )
Arguments
None.
Returns
FilterMode min
- Filter mode used when scaling the image down.
FilterMode mag
- Filter mode used when scaling the image up.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info