Gimp.CMYK.prototype.to_rgb

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

Does a simple transformation from the CMYK colorspace to the RGB colorspace, without taking color profiles into account.

Returns

The value converted to the RGB colorspace