Gimp.HSL.to_rgb
@accepts(Gimp.HSL, Gimp.RGB)
@returns(none)
def to_rgb(self, rgb):
# Python wrapper for gimp_hsl_to_rgb()
Convert a HSL color value to an RGB color value.
- self
A color value in the HSL colorspace
- rgb
The value converted to a value in the RGB colorspace