pub fn init_color_sp(
    screen: SCREEN,
    color_number: short_t,
    rgb: RGB
) -> Result<(), NCurseswError>
👎 Deprecated since 0.5.0:

Use normal::Color::set_rgb() or shims::ncurses::init_color_sp() instead

Expand description

Screen function of init_color().