BGRA8888
BGRA8888 is a pixel format commonly used in computer graphics. The name itself describes how the color information is arranged within each pixel. BGRA stands for Blue, Green, Red, and Alpha. The '8888' indicates that each of these color components, and the alpha channel, is represented by 8 bits. This means each component can have a value ranging from 0 to 255.
In this format, the first byte of data represents the blue component, the second byte the green,
BGRA8888 is often found in systems and applications where the order of color channels is important, such