Difference between revisions of "love.graphics.newScreenshot"

Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Creates a screenshot and returns the image data.}}
 
{{#set:Description=Creates a screenshot and returns the image data.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.newScreenshot}}
 
{{i18n|love.graphics.newScreenshot}}

Revision as of 10:18, 25 March 2011

Creates a screenshot and returns the image data.

Function

Synopsis

screenshot = love.graphics.newScreenshot( )

Arguments

None.

Returns

ImageData screenshot
The image data of the screenshot

See Also


Other Languages