Beispiel #1
0
 public static void SetColor(ushort color, short r, short g, short b)
 {
     Curses.init_color(color, r, g, b);
 }