Example usage for Java android.graphics PixelFormat fields, constructors, methods, implement or subclass
The text is from its open source code.
int | UNKNOWN |
int | TRANSLUCENT System chooses a format that supports translucency (many alpha bits) |
int | TRANSPARENT System chooses a format that supports transparency (at least 1 alpha bit) |
int | OPAQUE System chooses an opaque format (no alpha bits required) |
int | RGBA_8888 |
int | RGBX_8888 |
int | RGB_888 |
int | RGB_565 |
int | RGBA_4444 |
int | A_8 |
int | YCbCr_420_SP |
int | JPEG |