Function libnotcurses_sys::ncchannel_set_rgb8[][src]

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

Sets the three RGB NcComponents an NcChannel, and marks it as NOT using the “default color”, retaining the other bits unchanged.

Method: NcChannel.set_rgb8()