public final class ImageFormat
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static ImageFormat |
ALPHA_8
A single plane, grayscale image.
|
static ImageFormat |
BGRA_8888
A single plane, color image.
|
static ImageFormat |
YUV_NV21
A single plane, color image.
|
Modifier and Type | Method and Description |
---|---|
static ImageFormat |
valueOf(java.lang.String name) |
static ImageFormat[] |
values() |
public static final ImageFormat ALPHA_8
public static final ImageFormat BGRA_8888
public static final ImageFormat YUV_NV21
public static ImageFormat[] values()
public static ImageFormat valueOf(java.lang.String name)