Gimp.CMYK.prototype.set
function set(cyan: Number(gdouble), magenta: Number(gdouble), yellow: Number(gdouble), black: Number(gdouble)): void {
// Gjs wrapper for gimp_cmyk_set()
}
Very basic initialiser for the internal Gimp.CMYK structure. Channel values are doubles in the range 0 to 1.
- cyan
The Cyan channel of the CMYK value
- magenta
The Magenta channel
- yellow
The Yellow channel
- black
The blacK channel