pub fn init_extended_color(
    color_number: i32,
    rgb: RGB
) -> Result<(), NCurseswError>
👎 Deprecated since 0.4.0:

Use extend::Color::set_rgb() or shims::ncurses::init_extended_color() instead

Expand description

The extended color version of the init_color() routine.