An enumeration to describe the pixel type of an image. It represents how the data is structured.

2019.1

Enumeration Members

FLOAT_32

Indicates that the image is a single-band image consisting of 32-bit float data.

RGB_888

Indicates that the image is a 3-band image in 24-bit RGB format.

RGBA_8888

Indicates that the image is a 4-byte RGBA image with transparency.

UINT_32

Indicates that the image is a single-band image consisting of 32-bit unsigned int data.

USHORT

Indicates that the image is a single-band image consisting of 16-bit unsigned short data.