GraphicsFormats Xojo plugin

RawHDRImporter.ImportFormat Enum

Enum representing choices for how to import HDR images.

enum RawHDRImporter.ImportFormat

Constants

RGB = 0The HDR image is returned as 8 bits per channel RGB format.
RRGGBB = 1The HDR image is returned as 16 bits per channel RGB format.
RGBf = 2The HDR image is returned as RGB float format.