Method

GimpCMYKset

Declaration [src]

void
gimp_cmyk_set (
  GimpCMYK* cmyk,
  gdouble cyan,
  gdouble magenta,
  gdouble yellow,
  gdouble black
)

Description [src]

Very basic initialiser for the internal GimpCMYK structure. Channel values are doubles in the range 0 to 1.

Parameters

cyan

Type: gdouble

The Cyan channel of the CMYK value.

magenta

Type: gdouble

The Magenta channel.

yellow

Type: gdouble

The Yellow channel.

black

Type: gdouble

The blacK channel.