writeToPngFile

common
fun writeToPngFile(filePath: String): UInt

Writes all graphics data to a PNG file.

Return

The status of the operation. Will be 0 on success, or a higher number if an error occurred.

Parameters

filePath

The path to the PNG file.

linuxArm32
fun writeToPngFile(filePath: String): UInt

Parameters

filePath

The path to the PNG file.

linuxX64
fun writeToPngFile(filePath: String): UInt

Parameters

filePath

The path to the PNG file.