Ejemplo n.º 1
0
 public GDColor ColorAllocateAlpha(int r, int g, int b, int a)
 {
     return((GDColor)GDImport.gdImageColorAllocateAlpha(this.Handle, r, g, b, a));
 }