nccell_extract

Function nccell_extract 

Source
pub fn nccell_extract(
    plane: &NcPlane,
    cell: &NcCell,
    stylemask: &mut NcStyle_u16,
    channels: &mut NcChannels_u64,
) -> String
Available on crate feature libc only.
Expand description

Saves the NcStyle_u16 and the NcChannels_u64, and returns the EGC, of an NcCell.

Method: NcCell.extract().