Gimp.HSV.to_rgb
@accepts(Gimp.HSV, Gimp.RGB)
@returns(none)
def to_rgb(self, rgb):
# Python wrapper for gimp_hsv_to_rgb()
Converts a color value from HSV to RGB colorspace
- self
A color value in the HSV colorspace
- rgb
The returned RGB value.
@accepts(Gimp.HSV, Gimp.RGB)
@returns(none)
def to_rgb(self, rgb):
# Python wrapper for gimp_hsv_to_rgb()
Converts a color value from HSV to RGB colorspace
A color value in the HSV colorspace
The returned RGB value.