Type Definition libnotcurses_sys::NcRgba[][src]

type NcRgba = u32;
Expand description

32 bits broken into 3x 8bpp RGB channels + 8ppp alpha.

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

Diagram

AAAAAAAA RRRRRRRR GGGGGGGG BBBBBBBB

type in C: no data type

See also: NcRgb and NcChannel types.