pub fn init_extended_pair(
    color_pair: i32,
    colors: Colors
) -> Result<ColorPair, NCurseswError>
👎 Deprecated since 0.4.0:

Use extend::ColorPair::new() or shims::ncurses::init_extended_pair() instead

Expand description

The extended color version of the init_pair() routine.