Difference between revisions of "FilterMode"
(Added Canvas get/set Filter functons to See Also block.) |
m |
||
Line 7: | Line 7: | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
− | * [[ | + | * [[love.graphics.setDefaultFilter]] |
− | + | * [[Texture:getFilter]] | |
− | * [[ | + | * [[Texture:setFilter]] |
− | * [[ | ||
[[Category:Enums]] | [[Category:Enums]] | ||
{{#set:Description=How the image is filtered when scaling.}} | {{#set:Description=How the image is filtered when scaling.}} |
Latest revision as of 23:44, 5 August 2017
How the image is filtered when scaling.
Constants
- linear
- Scale image with linear interpolation.
- nearest
- Scale image with nearest neighbor interpolation.
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