GraphicsFormats Xojo plugin

RawHDRExporter.ErrorValues Enum

Enum representing error codes which this class can return.

enum RawHDRExporter.ErrorValues

Constants

NO_ERROR = 0No error.
INVALID_PARAMETER = -2Invalid parameter.
UNSUPPORTED_FORMAT = -9Unsupported format of the RawBitmap.
COULD_NOT_CREATE_FILE = -10Could not create file.
INVALID_COLOR_SPACE = -20Invalid color space. (CMYK not supported)
COULD_NOT_WRITE = -30Write error.
UNKNOWN_RAWBITMAP_FORMAT = -55Unknown raw bitmap format.