I am working on RGB color formats and I came across the RGB formats as listed here. I was just wondering what will be the 25-bit ARGB1888 format bit-stream look like. Will it be
AUUUUUUU RRRRRRRR GGGGGGGG BBBBBBBB
or
UUUUUUUA RRRRRRRR GGGGGGGG BBBBBBBB
where A = Alpha bit, U = unused bit, R = Red Color, G = Green Color, B = Blue Color. Any help is greatly appreciated.
Thank You.