Gimp.cmyka_set_uchar
function cmyka_set_uchar(cmyka: Gimp.CMYK, cyan: Number(guint8), magenta: Number(guint8), yellow: Number(guint8), black: Number(guint8), alpha: Number(guint8)): void {
// Gjs wrapper for gimp_cmyka_set_uchar()
}
The same as Gimp.cmyka_set, except that channel values are unsigned chars in the range 0 to 255.
- cmyka
A Gimp.CMYK structure which will hold the specified CMYKA value.
- cyan
The Cyan channel of the CMYK value
- magenta
The Magenta channel
- yellow
The Yellow channel
- black
The blacK channel
- alpha
The Alpha channel