enum P1::ImageSdk::BitDepth

Overview

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,
};

Detailed Documentation

Number of bits in each channel.

Enum Values

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.