Function libnotcurses_sys::ncchannel_rgb8[][src]

pub fn ncchannel_rgb8(
    channel: NcChannel,
    r: &mut NcComponent,
    g: &mut NcComponent,
    b: &mut NcComponent
) -> NcChannel
Expand description

Gets the three RGB NcComponents from an NcChannel, and returns it.

Method: NcChannel.rgb8()