Gimp.CMYK.prototype.get_uchar

function get_uchar(): [cyan: Number(guint8), magenta: Number(guint8), yellow: Number(guint8), black: Number(guint8)] {
    // Gjs wrapper for gimp_cmyk_get_uchar()
}
  

Retrieve individual channel values from a Gimp.CMYK structure. Channel values are pointers to 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