Gimp.HSV.prototype.to_rgb

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

Converts a color value from HSV to RGB colorspace

Returns

The returned RGB value.