Exemplo n.º 1
0
 public void SetBackgroundColor(byte r, byte g, byte b)
 {
     native.SetBackgroundColor(r, g, b);
 }