ARGB32
ARGB32 is a common color format used in computer graphics. It represents a color value using four components: Alpha, Red, Green, and Blue. Each component is typically stored as an 8-bit integer, meaning it can range from 0 to 255. The "32" in ARGB32 refers to the total number of bits used to store the color, with 8 bits for each of the four components (8 bits 4 components = 32 bits).
The order of components is Alpha, Red, Green, and Blue. The Alpha channel controls the opacity of
ARGB32 is widely used in various operating systems, graphics libraries, and image file formats. Its ability