GraphicsFormats Xojo plugin

RawTgaExporter.ErrorValues Enum

Enum that defines error codes for the RawTgaExporter class.

enum RawTgaExporter.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).
COULD_NOT_CREATE_FILE = -10Could not create file.
INVALID_COLOR_SPACE = -20Invalid color space. (The passed in image might have contained CMYK color space for example)
INVALID_DEPTH = -21Invalid depth. The Bitmap might have had 16bits per channel while Tga only supports 8 bits per channel.
COULD_NOT_WRITE = -30Could not write file.