Difference between revisions of "FilterMode"

(Added illustration)
m (Remove brackets around Image links.)
Line 7: Line 7:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
* [[(Image):getFilter]]
+
* [[(Image):getFilter|Image:getFilter]]
* [[(Image):setFilter]]
+
* [[(Image):setFilter|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 14:45, 8 January 2015

How the image is filtered when scaling.

ComparisonFilters.png

Constants

linear
Scale image with linear interpolation.
nearest
Scale image with nearest neighbor interpolation.

See Also


Other Languages