ParsecColorFormat
Color formats for raw image data.
Member of ParsecFrame
.
Values
Name | Value | Description |
---|---|---|
FORMAT_NV12 | 1 | 4:2:0 full width/height Y plane followed by an interleaved half width/height UV plane. |
FORMAT_I420 | 2 | 4:2:0 full width/height Y plane followed by a half width/height U plane followed by a half width/height V plane. |
FORMAT_NV16 | 3 | 4:2:2 full width/height Y plane followed by an interleaved half width full height UV plane. |
FORMAT_I422 | 4 | 4:2:2 full width/height Y plane followed by a half width full height U plane followed by a half width full height V plane. |
FORMAT_BGRA | 5 | 32-bits per pixel, 8-bits per channel BGRA. |
FORMAT_RGBA | 6 | 32-bits per pixel, 8-bits per channel RGBA. |
FORMAT_I444 | 7 | 4:4:4 full width/height consecutive Y, U, V planes. |