GraphicsFormats Xojo plugin |
|
RawTgaExporter.ErrorValues Enum
Enum that defines error codes for the RawTgaExporter class.
enum RawTgaExporter.ErrorValues
Constants
NO_ERROR = 0 | No error |
CANCELED = -1 | Operation was canceled by Progress handler. |
INVALID_PARAMETER = -2 | A parameter was invalid. (Something might have contained nil for example). |
COULD_NOT_CREATE_FILE = -10 | Could not create file. |
INVALID_COLOR_SPACE = -20 | Invalid color space. (The passed in image might have contained CMYK color space for example) |
INVALID_DEPTH = -21 | Invalid depth. The Bitmap might have had 16bits per channel while Tga only supports 8 bits per channel. |
COULD_NOT_WRITE = -30 | Could not write file. |