Packed YUV with alpha, eight bits per component. Every YUV 4:4:4 with an alpha pixel is represented with 32 bits, as shown. Bits[31:24] contain alpha information, 0 is fully transparent, and 255 is fully opaque.
31:24 | 23:16 | 15:8 | 7:0 |
A | V | U | Y |
Packed YUV with alpha, eight bits per component. Every YUV 4:4:4 with an alpha pixel is represented with 32 bits, as shown. Bits[31:24] contain alpha information, 0 is fully transparent, and 255 is fully opaque.
31:24 | 23:16 | 15:8 | 7:0 |
A | V | U | Y |