Function libnotcurses_sys::ncchannels_bg_rgb8 [−][src]
pub fn ncchannels_bg_rgb8(
channels: NcChannels,
r: &mut NcComponent,
g: &mut NcComponent,
b: &mut NcComponent
) -> NcChannel
Expand description
Gets the three background RGB NcComponents from an NcChannels, and
returns the background NcChannel (which can have some extra bits set).
Method: NcChannels.bg_rgb8()