Gimp.RGB.prototype.to_hsl

function to_hsl(): Gimp.HSL {
    // Gjs wrapper for gimp_rgb_to_hsl()
}
  

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

Returns

The value converted to HSL