Difference between revisions of "File:setFilter"

m (1 revision: Importing from potato (again).)
(move it!)
 
Line 1: Line 1:
  
Sets the filter mode for an image. 0 = linear interpolation, 1 = nearest neighbor interpolation.
 
== Function ==
 
=== Synopsis ===
 
<source lang="lua">
 
Image:setFilter( min, mag )
 
</source>
 
=== Arguments ===
 
{{param|number|min|How to scale an image down.}}
 
{{param|number|mag|How to scale an image up.}}
 
=== Returns ===
 
Nothing.
 
== See Also ==
 
* [[parent::Image]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the filter mode for an image. 0 = linear interpolation, 1 = nearest neighbor interpolation.}}
 

Latest revision as of 20:50, 16 February 2010

There are no pages that link to this file.