Gimp.CMYK const Gimp = imports.gi.Gimp; let cMYK = new Gimp.CMYK({ c: value m: value y: value k: value a: value }); Definitions and Functions relating to CMYK colors. Methods Gimp.CMYK.prototype.get_uchar Gimp.CMYK.prototype.set Gimp.CMYK.prototype.set_uchar Gimp.CMYK.prototype.to_rgb Fields a c k m y More Information Gimp