[][src]Function newt::set_color

pub fn set_color(colorset: i32, fg: &str, bg: &str)

Set a specific color set.

  • colorset - The color set number to set.
  • fg - The color set foreground color.
  • bg - The color set background color.