Difference between revisions of "(Image):getFilter"

(update for love 0.6.2)
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the filter mode for an image.}}
 
{{#set:Description=Gets the filter mode for an image.}}
 +
== Other Languages ==
 +
{{i18n|(Image):getFilter}}

Revision as of 08:22, 26 October 2010

Gets the filter mode for an image.

Function

Synopsis

min, mag = Image:getFilter( )

Arguments

None.

Returns

FilterMode min
Filter mode used when minifying the image.
FilterMode mag
Filter mode used when magnifying the image.

See Also

Other Languages