Gimp.cmyka_set

function cmyka_set(cmyka: Gimp.CMYK, cyan: Number(gdouble), magenta: Number(gdouble), yellow: Number(gdouble), black: Number(gdouble), alpha: Number(gdouble)): void {
    // Gjs wrapper for gimp_cmyka_set()
}
  

Initialiser for the internal Gimp.CMYK structure. Channel values are doubles in the range 0 to 1.

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