public static ParsecLibrary.ParsecColorFormat
enum values
static int FORMAT_UNKNOWN
native declaration : line 499
static int FORMAT_NV12
4:2:0 full width/height Y plane followed by an interleaved half width/height UV plane.
native declaration : line 500
static int FORMAT_I420
4:2:0 full width/height Y plane followed by a half width/height U plane followed by a half width/height V plane.
native declaration : line 501
static int FORMAT_NV16
4:2:2 full width/height Y plane followed by an interleaved half width full height UV plane.
native declaration : line 502
static int FORMAT_I422
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.
native declaration : line 503
static int FORMAT_BGRA
32-bits per pixel, 8-bits per channel BGRA.
native declaration : line 504
static int FORMAT_RGBA
32-bits per pixel, 8-bits per channel RGBA.
native declaration : line 505
static int __FORMAT_MAKE_32
native declaration : line 506