{{newin|[[11.0]]|110|type=function}}
Gets the [[MipmapMode]] this Canvas was created with.
== Function ==
=== Synopsis ===
<source lang="lua">
mode = Canvas:getMipmapMode( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|MipmapMode|mode|The mipmap mode this Canvas was created with.}}
== See Also ==
* [[parent::Canvas]]
* [[love.graphics.newCanvas]]
* [[Canvas:generateMipmaps]]
[[Category:Functions]]
{{#set:Description=Gets the [[MipmapMode]] this Canvas was created with.}}
== Other Languages ==
{{i18n|Canvas:getMipmapMode}}