Ejemplo n.º 1
0
 /// <summary>
 /// Sets the background colour of the drawing area
 /// </summary>
 /// <param name="red">red intensity in range 0-255. Value is clamped in this range.</param>
 /// <param name="green">green intensity in range 0-255. Value is clamped in this range.</param>
 /// <param name="blue">blue intensity in range 0-255. Value is clamped in this range.</param>
 public static void SetBackgroundColor(int red, int green, int blue)
 {
     manager.SetBackgroundColor(red, green, blue);
 }