{{newin|[[0.10.0]]|100|type=function}}
Sets the scaling filters used when drawing the Video.
== Function ==
=== Synopsis ===
<source lang="lua">
Video:setFilter( min, mag, anisotropy )
</source>
=== Arguments ===
{{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.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Video]]
* [[Video:getFilter]]
* [[FilterMode]]
[[Category:Functions]]
{{#set:Description=Sets the scaling filters used when drawing the Video.}}
== Other Languages ==
{{i18n|Video:setFilter}}