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