Difference between revisions of "FilterMode"
(update for love 0.6.2) |
(add links to getter, setter) |
||
Line 5: | Line 5: | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
+ | * [[(Image):getFilter]] | ||
+ | * [[(Image):setFilter]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
{{#set:Description=How the image is filtered when scaling.}} | {{#set:Description=How the image is filtered when scaling.}} |
Revision as of 13:11, 6 March 2010
How the image is filtered when scaling.
Constants
- linear
- Scale image with linear interpolation.
- nearest
- Scale image with nearest neighbor interpolation.