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