GraphicsFormats Xojo plugin |
|
RawHDRExporter Class
A class to Export RawBitmap to a HDR format. The result can be written to a File or String.
Object
RawHDRExporter
class RawHDRExporter implements
IRawBitmapWriter
Properties
ErrorMessage | Error message for last error that occurred. |
Gamma | Gamma value that is used when transforming the image into Linear RGB before it is written to HDR. |
LastError | Returns enum error code for last error that occurred. |
Methods
GetLastErrorCode | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
SaveToFile | Exports a RawBitmap picture to a HDR file. |
SaveToString | Exports a picture formatted as HDR to a String. |
Enumerations
ErrorValues | Enum representing error codes which this class can return. |
Constants
Version = 7.5 | |
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon