|
enum class | LoadMode : int { ExplicitDefinitionOnly = 0
, ImageDescription = 1
, AllLayers = 2
} |
|
enum class | ColorPipeline : int { Classic = 0
, Pbr = 1
} |
|
enum class | LoadImageLayerResult : int { Ok = 0
, NoFile = 1
, NoLayer = 2
, ErrorLoading = 3
} |
|
The documentation for this class was generated from the following file: