예제 #1
0
파일: GD.cs 프로젝트: ststeiger/GdCaptcha
 public GDColor ColorClosest(int r, int g, int b)
 {
     return((GDColor)GDImport.gdImageColorClosest(this.Handle, r, g, b));
 }