pub type NcRgb_u32 = u32;Expand description
24 bits broken into 3x RGB components.
It’s recommended to use NcRgb instead.
Unlike with NcChannel_u32, operations involving NcRgb_u32
ignores the last 4th byte (the alpha component).
§Diagram
-------- RRRRRRRR GGGGGGGG BBBBBBBBtype in C: no data type
See also: NcRgba_u32 and NcChannel_u32 types.