Function libnotcurses_sys::ncplane_bg_rgb8[][src]

pub fn ncplane_bg_rgb8(
    plane: &NcPlane,
    red: &mut NcComponent,
    green: &mut NcComponent,
    blue: &mut NcComponent
) -> NcChannel
Expand description

Gets the background RGB NcComponents from an NcPlane, and returns the background NcChannel.

Method: NcPlane.bg_rgb8().