{{newin|[[0.10.0]]|100|type=function}}
Gets the scaling filters used when drawing the Video.
== Function ==
=== Synopsis ===
<source lang="lua">
min, mag, anisotropy = Video:getFilter( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|FilterMode|min|The filter mode used when scaling the Video down.}}
{{param|FilterMode|mag|The filter mode used when scaling the Video up.}}
{{param|number|anisotropy (1)|Maximum amount of anisotropic filtering used.}}
== See Also ==
* [[parent::Video]]
* [[Video:setFilter]]
* [[FilterMode]]
[[Category:Functions]]
{{#set:Description=Gets the scaling filters used when drawing the Video.}}
== Other Languages ==
{{i18n|Video:getFilter}}