Function libnotcurses_sys::nccell_set_fg_rgb8[][src]

pub fn nccell_set_fg_rgb8(
    cell: &mut NcCell,
    red: NcComponent,
    green: NcComponent,
    blue: NcComponent
)
Expand description

Sets the foreground NcComponents of the NcCell, and marks it as not using the “default color”.

Method: NcCell.set_fg_rgb8().