GraphicsFormats Xojo plugin |
|
RawHDRExporter.ErrorValues Enum
Enum representing error codes which this class can return.
enum RawHDRExporter.ErrorValues
Constants
NO_ERROR = 0 | No error. |
INVALID_PARAMETER = -2 | Invalid parameter. |
UNSUPPORTED_FORMAT = -9 | Unsupported format of the RawBitmap. |
COULD_NOT_CREATE_FILE = -10 | Could not create file. |
INVALID_COLOR_SPACE = -20 | Invalid color space. (CMYK not supported) |
COULD_NOT_WRITE = -30 | Write error. |
UNKNOWN_RAWBITMAP_FORMAT = -55 | Unknown raw bitmap format. |