Type Definition libnotcurses_sys::NcRgb[][src]

type NcRgb = u32;
Expand description

24 bits broken into 3x 8bpp channels.

Unlike with NcChannel, operations involving NcRgb ignores the last 4th byte

Diagram

-------- RRRRRRRR GGGGGGGG BBBBBBBB

type in C: no data type

See also: NcRgba and NcChannel types.