Documentation
C++ Reference
C# Reference
Appendices
Number of bits in each channel. More…
#include <C_P1ImageCommonTypes.h> enum BitDepth { Unknown = 0, U8 = 1, U12 = 2, U16 = 3, U32 = 4, Float32 = 5, Float64 = 6, };
Number of bits in each channel.
U8
Unsigned integer, 8 bit.
U12
Unsigned integer, 12 bit.
U16
Unsigned integer, 16 bit.
U32
Unsigned integer, 32 bit.
Float32
Floating point, 32 bit.
Float64
Floating point, 64 bit.