示例#1
0
文件: GD.cs 项目: ststeiger/GdCaptcha
 public GDColor ColorClosest(int r, int g, int b)
 {
     return((GDColor)GDImport.gdImageColorClosest(this.Handle, r, g, b));
 }