Function libnotcurses_sys::nccell_extract[][src]

pub fn nccell_extract(
    plane: &NcPlane,
    cell: &NcCell,
    stylemask: &mut NcStyle,
    channels: &mut NcChannels
) -> String
Expand description

Saves the NcStyle and the NcChannels, and returns the EGC, of an NcCell.

Method: NcCell.extract().