Difference between revisions of "love.graphics.newScreenshot"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Creates a screenshot and returns the image data.
 
Creates a screenshot and returns the image data.
 
== Function ==
 
== Function ==
Line 14: 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.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.newScreenshot}}

Revision as of 20:16, 18 November 2010

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