Gimp.CMYK.prototype.set_uchar

function set_uchar(cyan: Number(guint8), magenta: Number(guint8), yellow: Number(guint8), black: Number(guint8)): void {
    // Gjs wrapper for gimp_cmyk_set_uchar()
}
  

The same as Gimp.CMYK.prototype.set, except that channel values are unsigned chars in the range 0 to 255.

cyan

The Cyan channel of the CMYK value

magenta

The Magenta channel

yellow

The Yellow channel

black

The blacK channel