| java.lang.Object | ||
| android.graphics.PixelFormat | ||
| Value | ||||
|---|---|---|---|---|
| int | A_8 | 8 | 0x00000008 | |
| int | LA_88 | 10 | 0x0000000a | |
| int | L_8 | 9 | 0x00000009 | |
| int | OPAQUE | -1 | 0xffffffff | |
| int | RGBA_4444 | 7 | 0x00000007 | |
| int | RGBA_5551 | 6 | 0x00000006 | |
| int | RGBA_8888 | 1 | 0x00000001 | |
| int | RGBX_8888 | 2 | 0x00000002 | |
| int | RGB_332 | 11 | 0x0000000b | |
| int | RGB_565 | 4 | 0x00000004 | |
| int | RGB_888 | 3 | 0x00000003 | |
| int | TRANSLUCENT | -3 | 0xfffffffd | |
| int | TRANSPARENT | -2 | 0xfffffffe | |
| int | UNKNOWN | 0 | 0x00000000 |
| public | int | bitsPerPixel | |||
| public | int | bytesPerPixel |
| PixelFormat() |
| static | boolean | formatHasAlpha(int format) | |||
| static | void | getPixelFormatInfo(int format, PixelFormat info) |
Methods inherited
from class
java.lang.Object