pub type NcRgba_u32 = u32;Expand description
32 bits broken into 3x RGB components plus one alpha component.
It’s recommended to use NcRgba instead.
§Diagram
AAAAAAAA RRRRRRRR GGGGGGGG BBBBBBBBtype in C: no data type
See also: NcRgb_u32 and NcChannel_u32 types.