Example #1
0
 public GDColor ColorClosestHWB(int r, int g, int b)
 {
     return((GDColor)GDImport.gdImageColorClosestHWB(this.Handle, r, g, b));
 }