
| Name | Value | Description |
|---|---|---|
| BGRA_8888 | 0 | 32 bits per pixel with 8 bits for each component. |
| BGR_888 | 1 | 24 bits per pixel, with 8 bits for each component. |
| BGR_555 | 2 | 16 bits per pixel with 5 bits for each component. |
| BGR_8 | 3 | 8 bit paletted image. |
| BGR_565 | 4 | |
| RGBA_8888 | 5 | |
| RGB_888 | 6 | |
| RGB_555 | 7 | |
| RGB_565 | 8 | |
| RGB_8 | 9 |