Gimp.RGB.to_hsl

@accepts(Gimp.RGB, Gimp.HSL)
@returns(none)
def to_hsl(self, hsl):
    # Python wrapper for gimp_rgb_to_hsl()
  

Convert an RGB color value to a HSL (Hue, Saturation, Lightness) color value.

self

A color value in the RGB colorspace

hsl

The value converted to HSL