Beispiel #1
0
 public GDColor ColorExact(int r, int g, int b)
 {
     return((GDColor)GDImport.gdImageColorExact(this.Handle, r, g, b));
 }