GraphicsFormats Xojo plugin |
|
RawBMPExporter.ErrorValues Enum
Enum representing error codes which this class can return.
enum RawBMPExporter.ErrorValues
Constants
NO_ERROR = 0 | No error |
INVALID_PARAMETER = -2 | Invalid parameter |
UNSUPPORTED_FORMAT = -9 | Unsupported format or might not be BMP file at all. |
COULD_NOT_CREATE_FILE = -10 | Could not create file. |
INVALID_COLOR_SPACE = -20 | Invalid color space, CMYK not supported for this format. |
COULD_NOT_WRITE = -30 | Could not write data. |
UNKNOWN_RAWBITMAP_FORMAT = -55 | Unknown RawBitmap format. |
COULD_NOT_CONVERT_RAWBITMAP_FORMAT = -106 | Could not convert the RawBitmap internally to required format. |