Gimp.HSL.prototype.to_rgb

function to_rgb(): Gimp.RGB {
    // Gjs wrapper for gimp_hsl_to_rgb()
}
  

Convert a HSL color value to an RGB color value.

Returns

The value converted to a value in the RGB colorspace