Type Definition libnotcurses_sys::NcRgba[][src]

pub type NcRgba = u32;
Expand description

Three RGB NcComponents plus one alpha NcComponent (alias of u32).

Diagram

AAAAAAAA RRRRRRRR GGGGGGGG BBBBBBBB

type in C: no data type

See also: NcRgb and NcChannel types.