PixelFormat Enum

Description

PixelFormat represents the format of image pixel data.

Constant

Value

Description

Unknown

0

The Unknown format.

Gray

1

The gray format.

YUV_NV21

2

The YUV (NV21) format.

YUV_NV12

3

The YUV (NV12) format.

RGB888

4

The RGB888 format.

BGR888

5

The BGR888 format.

RGBA8888

6

The RGBA8888 format.