Gimp.HSV.set

@accepts(Gimp.HSV, float, float, float)
@returns(none)
def set(self, hue, saturation, value):
    # Python wrapper for gimp_hsv_set()
  
self
hue
saturation
value