Function
love.image.newImageData( x, y )
Create a new blank ImageData.
Synopsis
imageData = love.image.newImageData( x, y )
Parameters
x number The width of the ImageData.
y number The height of the ImageData.
Returns
imageData ImageData The new ImageData object.
Copyright © 2006-2010 LÖVE Development Team.