love.graphics.newScreenshot

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