Function libnotcurses_sys::nccell_fg_rgb8[][src]

pub fn nccell_fg_rgb8(
    cell: &NcCell,
    red: &mut NcComponent,
    green: &mut NcComponent,
    blue: &mut NcComponent
) -> NcChannel
Expand description

Gets the foreground NcComponents of an NcCell, and returns the NcChannel (which can have some extra bits set).

Method: NcCell.fg_rgb8().