Difference between revisions of "File:setFilter"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Sets the filter mode for an image. 0 = linear interpolation, 1 = nearest neighbor interpolation.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::Image]]
 
* [[parent::Image]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the filter mode for an image. 0 = linear interpolation, 1 = nearest neighbor interpolation.}}

Revision as of 16:17, 14 February 2010

Sets the filter mode for an image. 0 = linear interpolation, 1 = nearest neighbor interpolation.

Function

Synopsis

Image:setFilter( min, mag )

Arguments

number min
How to scale an image down.
number mag
How to scale an image up.

Returns

Nothing.

See Also

There are no pages that link to this file.