示例#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));
 }