CompressedImageData:getFormat
Available since LÖVE 0.9.0
This function is not supported in earlier versions.
Gets the format of the CompressedImageData.
Function
Synopsis
format = CompressedImageData:getFormat( )
Arguments
None.
Returns
CompressedImageFormat format
- The format of the CompressedImageData.
Please login to continue.