Union used to store color information. It can be used to store color in RGBA format or as a separate RGB and alpha values. Used for big-endian systems. More...
#include <data_structure.h>
Public Member Functions | |
| struct | __attribute__ ((packed)) |
Data Fields | |
| int | argb |
Union used to store color information. It can be used to store color in RGBA format or as a separate RGB and alpha values. Used for big-endian systems.
|
inline |

| int u_color::argb |