Type Definition libnotcurses_sys::NcRgb[][src]

pub type NcRgb = u32;
Expand description

24 bits broken into 3x 8bpp channels (alias of u32).

Unlike with NcChannel, operations involving NcRgb ignores the last 4th byte (the alpha component).

Diagram

-------- RRRRRRRR GGGGGGGG BBBBBBBB

type in C: no data type

See also: NcRgba and NcChannel types.