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