Ejemplo n.º 1
0
 public void SetColor(string name, Color c)
 {
     GraphicsLayer.setAttribColor(FindAttribute(name), c.r, c.g, c.b, c.a);
 }