GraphicsFormats Xojo plugin

RawTgaImporter.ErrorValues Enum

Enum that defines error codes for the RawTgaImporter class.

enum RawTgaImporter.ErrorValues

Constants

NO_ERROR = 0No error
CANCELED = -1Operation was canceled by Progress handler.
INVALID_PARAMETER = -2A parameter was invalid. (Something might have contained nil for example).
PARSE = -4Parser error.
COMPRESSION_TYPE_NOT_SUPPORTED = -7Compression type not supported.
UNSUPPORTED_FORMAT = -9Unsupported format.
COULD_NOT_OPEN_FILE = -11Could not open file.