Tag denoting an image texture. The child hierarchy of this tag stores the texture information and pixel image.
| Value | Description |
| Min | Minimum value for format type. |
|---|
| Invalid | Invalid format. |
|---|
| Rgba4 | Format where 1 pixel is 2 bytes; RGBA are 4 bits each. |
|---|
| Rgb5_a1 | Format where 1 pixel is 2 bytes; RGB are 5 bits each and A is 1 bit. |
|---|
| Rgba8 | Format where 1 pixel is 4 bytes; RGBA are 8 bits each. |
|---|
| Rgb565 | Format where 1 pixel is 2 bytes; RGB are 5, 6, 5 bits respectively. |
|---|
| Rgb8 | Format where 1 pixel is 3 bytes; RGB are 8 bits each. |
|---|
| A4 | Format where 1 pixel is 1 byte; Alpha is 4 bits. |
|---|
| L4 | Format where 1 pixel is 1 byte; Luminance is 4 bits. |
|---|
| A8 | Format where 1 pixel is 1 byte; Alpha is 8 bits. |
|---|
| L8 | Format where 1 pixel is 1 byte; Luminance is 8 bits. |
|---|
| La8 | Format where 1 pixel is 2 byte; Alpha and Luminance are 8 bits each. |
|---|
| La4 | Format where 1 pixel is 1 byte; Alpha and Luminance are 4 bits each. |
|---|
| Shadow | Format for shadow; 1 pixel is 1 byte. |
|---|
| Gas | Format for gas; 1 pixel is 1 byte. |
|---|
| Hilo8 | Format where 1 pixel is 2 bytes; X and Y are 8 bits each. |
|---|
| Etc1 | 1 pixel is 4 bytes equivalent compressed format . |
|---|
| Etc1_a4 | 1 pixel is 8 bytes equivalent compressed format . |
|---|
| Max | Maximum value for format type. |
|---|