Esempio n. 1
0
 /// <summary>
 /// Sets the color of the text output from a Snaps program
 /// </summary>
 /// <param name="red">amount of red in range 0-255</param>
 /// <param name="green">amount of green in range 0-255</param>
 /// <param name="blue">amount of blue in range 0-255</param>
 public static void SetTextColor(int red, int green, int blue)
 {
     manager.SetTextColor(red, green, blue);
 }