Class TinyExrConstants
- Namespace
- Olve.TinyEXR
- Assembly
- Olve.TinyEXR.dll
public static class TinyExrConstants
- Inheritance
-
TinyExrConstants
- Inherited Members
-
Fields
TINYEXR_COMPRESSIONTYPE_B44
public const int TINYEXR_COMPRESSIONTYPE_B44 = 6
Field Value
- int
TINYEXR_COMPRESSIONTYPE_B44A
public const int TINYEXR_COMPRESSIONTYPE_B44A = 7
Field Value
- int
TINYEXR_COMPRESSIONTYPE_DWAA
public const int TINYEXR_COMPRESSIONTYPE_DWAA = 8
Field Value
- int
TINYEXR_COMPRESSIONTYPE_DWAB
public const int TINYEXR_COMPRESSIONTYPE_DWAB = 9
Field Value
- int
TINYEXR_COMPRESSIONTYPE_NONE
public const int TINYEXR_COMPRESSIONTYPE_NONE = 0
Field Value
- int
TINYEXR_COMPRESSIONTYPE_PIZ
public const int TINYEXR_COMPRESSIONTYPE_PIZ = 4
Field Value
- int
TINYEXR_COMPRESSIONTYPE_PXR24
public const int TINYEXR_COMPRESSIONTYPE_PXR24 = 5
Field Value
- int
TINYEXR_COMPRESSIONTYPE_RLE
public const int TINYEXR_COMPRESSIONTYPE_RLE = 1
Field Value
- int
TINYEXR_COMPRESSIONTYPE_ZFP
public const int TINYEXR_COMPRESSIONTYPE_ZFP = 128
Field Value
- int
TINYEXR_COMPRESSIONTYPE_ZIP
public const int TINYEXR_COMPRESSIONTYPE_ZIP = 3
Field Value
- int
TINYEXR_COMPRESSIONTYPE_ZIPS
public const int TINYEXR_COMPRESSIONTYPE_ZIPS = 2
Field Value
- int
TINYEXR_ERROR_CANT_OPEN_FILE
public const int TINYEXR_ERROR_CANT_OPEN_FILE = -7
Field Value
- int
TINYEXR_ERROR_CANT_WRITE_FILE
public const int TINYEXR_ERROR_CANT_WRITE_FILE = -11
Field Value
- int
TINYEXR_ERROR_DATA_TOO_LARGE
public const int TINYEXR_ERROR_DATA_TOO_LARGE = -14
Field Value
- int
TINYEXR_ERROR_INVALID_ARGUMENT
public const int TINYEXR_ERROR_INVALID_ARGUMENT = -3
Field Value
- int
TINYEXR_ERROR_INVALID_DATA
public const int TINYEXR_ERROR_INVALID_DATA = -4
Field Value
- int
TINYEXR_ERROR_INVALID_EXR_VERSION
public const int TINYEXR_ERROR_INVALID_EXR_VERSION = -2
Field Value
- int
TINYEXR_ERROR_INVALID_FILE
public const int TINYEXR_ERROR_INVALID_FILE = -5
Field Value
- int
public const int TINYEXR_ERROR_INVALID_HEADER = -9
Field Value
- int
TINYEXR_ERROR_INVALID_MAGIC_NUMBER
public const int TINYEXR_ERROR_INVALID_MAGIC_NUMBER = -1
Field Value
- int
TINYEXR_ERROR_INVALID_PARAMETER
public const int TINYEXR_ERROR_INVALID_PARAMETER = -6
Field Value
- int
TINYEXR_ERROR_LAYER_NOT_FOUND
public const int TINYEXR_ERROR_LAYER_NOT_FOUND = -13
Field Value
- int
TINYEXR_ERROR_SERIALIZATION_FAILED
public const int TINYEXR_ERROR_SERIALIZATION_FAILED = -12
Field Value
- int
TINYEXR_ERROR_UNSUPPORTED_FEATURE
public const int TINYEXR_ERROR_UNSUPPORTED_FEATURE = -10
Field Value
- int
public const int TINYEXR_ERROR_UNSUPPORTED_FORMAT = -8
Field Value
- int
TINYEXR_MAX_CUSTOM_ATTRIBUTES
public const int TINYEXR_MAX_CUSTOM_ATTRIBUTES = 128
Field Value
- int
public const int TINYEXR_MAX_HEADER_ATTRIBUTES = 1024
Field Value
- int
TINYEXR_PIXELTYPE_FLOAT
public const int TINYEXR_PIXELTYPE_FLOAT = 2
Field Value
- int
TINYEXR_PIXELTYPE_HALF
public const int TINYEXR_PIXELTYPE_HALF = 1
Field Value
- int
TINYEXR_PIXELTYPE_UINT
public const int TINYEXR_PIXELTYPE_UINT = 0
Field Value
- int
TINYEXR_SPECTRUM_EMISSIVE
public const int TINYEXR_SPECTRUM_EMISSIVE = 1
Field Value
- int
TINYEXR_SPECTRUM_POLARISED
public const int TINYEXR_SPECTRUM_POLARISED = 2
Field Value
- int
TINYEXR_SPECTRUM_REFLECTIVE
public const int TINYEXR_SPECTRUM_REFLECTIVE = 0
Field Value
- int
TINYEXR_SUCCESS
public const int TINYEXR_SUCCESS = 0
Field Value
- int
TINYEXR_TILE_MIPMAP_LEVELS
public const int TINYEXR_TILE_MIPMAP_LEVELS = 1
Field Value
- int
TINYEXR_TILE_ONE_LEVEL
public const int TINYEXR_TILE_ONE_LEVEL = 0
Field Value
- int
TINYEXR_TILE_RIPMAP_LEVELS
public const int TINYEXR_TILE_RIPMAP_LEVELS = 2
Field Value
- int
TINYEXR_TILE_ROUND_DOWN
public const int TINYEXR_TILE_ROUND_DOWN = 0
Field Value
- int
TINYEXR_TILE_ROUND_UP
public const int TINYEXR_TILE_ROUND_UP = 1
Field Value
- int
TINYEXR_ZFP_COMPRESSIONTYPE_ACCURACY
public const int TINYEXR_ZFP_COMPRESSIONTYPE_ACCURACY = 2
Field Value
- int
TINYEXR_ZFP_COMPRESSIONTYPE_PRECISION
public const int TINYEXR_ZFP_COMPRESSIONTYPE_PRECISION = 1
Field Value
- int
TINYEXR_ZFP_COMPRESSIONTYPE_RATE
public const int TINYEXR_ZFP_COMPRESSIONTYPE_RATE = 0
Field Value
- int