Type Definition libnotcurses_sys::c_api::NcRgba_u32
source · 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 BBBBBBBB
type in C: no data type
See also: NcRgb_u32 and NcChannel_u32 types.