Enum PixelType#
- Defined in File libCZI_Pixels.h 
Enum Documentation#
- 
enum class libCZI::PixelType : std::uint8_t#
- An enum representing a pixel-type. - Values: - 
enumerator Invalid#
- Invalid pixel type. 
 - 
enumerator Gray8#
- Grayscale 8-bit unsigned. 
 - 
enumerator Gray16#
- Grayscale 16-bit unsigned. 
 - 
enumerator Gray32Float#
- Grayscale 4 byte float. 
 - 
enumerator Bgr24#
- BGR-color 8-bytes triples (memory order B, G, R). 
 - 
enumerator Bgr48#
- BGR-color 16-bytes triples (memory order B, G, R). 
 - 
enumerator Bgr96Float#
- BGR-color 4 byte float triples (memory order B, G, R). 
 - 
enumerator Bgra32#
- Currently not supported in libCZI. 
 - 
enumerator Gray64ComplexFloat#
- Currently not supported in libCZI. 
 - 
enumerator Bgr192ComplexFloat#
- Currently not supported in libCZI. 
 - 
enumerator Gray32#
- Currently not supported in libCZI. 
 - 
enumerator Gray64Float#
- Currently not supported in libCZI. 
 
- 
enumerator Invalid#