GraphicsFormats Xojo plugin

RawBMPExporter.ErrorValues Enum

Enum representing error codes which this class can return.

enum RawBMPExporter.ErrorValues

Constants

NO_ERROR = 0No error
INVALID_PARAMETER = -2Invalid parameter
UNSUPPORTED_FORMAT = -9Unsupported format or might not be BMP file at all.
COULD_NOT_CREATE_FILE = -10Could not create file.
INVALID_COLOR_SPACE = -20Invalid color space, CMYK not supported for this format.
COULD_NOT_WRITE = -30Could not write data.
UNKNOWN_RAWBITMAP_FORMAT = -55Unknown RawBitmap format.
COULD_NOT_CONVERT_RAWBITMAP_FORMAT = -106Could not convert the RawBitmap internally to required format.