{{newin|[[0.9.1]]|091|type=function}}
{{oldin|[[11.0]]|110|type=function|text=It has been replaced by [[Texture:getFormat]]}}
Gets the texture format of the Canvas.
== Function ==
=== Synopsis ===
<source lang="lua">
format = Canvas:getFormat( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|CanvasFormat|format|The format of the Canvas.}}
== See Also ==
* [[parent::Canvas]]
* [[love.graphics.newCanvas]]
[[Category:Functions]]
{{#set:Description=Gets the texture format of the Canvas.}}
== Other Languages ==
{{i18n|Canvas:getFormat}}