static extern void gimp_hsv_to_rgb(ref GimpHSV hsv, ref GimpRGB rgb);
static extern void gimp_hsv_clamp(ref GimpHSV hsv);
public HSV(HSV hsv) { _hsv = hsv._hsv; }
static extern void gimp_hsv_set(ref GimpHSV hsv, double hue, double saturation, double value);