pub fn nccell_set_fchannel(
cell: &mut NcCell,
fchannel: impl Into<NcChannel_u32>,
) -> NcChannels_u64Expand description
Sets the foreground alpha and coloring bits of the cell from an NcChannel_u32,
returning the new NcChannels_u64.
Method: NcCell.set_fchannel().