예제 #1
0
 public Component(igm.Color c, int a)
 {
     this.Color       = c;
     this.SpriteIndex = a;
 }
예제 #2
0
 public static Color IGMtoColor(igm.Color c)
 {
     return(new Color(c.R, c.G, c.B, c.A));
 }