Gimp.CMYK.to_rgb

@accepts(Gimp.CMYK, Gimp.RGB)
@returns(none)
def to_rgb(self, rgb):
    # Python wrapper for gimp_cmyk_to_rgb()
  

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

self

A color value in the CMYK colorspace

rgb

The value converted to the RGB colorspace