Method
GeglColorset_cmyk
Declaration [src]
void
gegl_color_set_cmyk (
  GeglColor* color,
  gdouble cyan,
  gdouble magenta,
  gdouble yellow,
  gdouble key,
  gdouble alpha,
  const Babl* space
)
Description [src]
Set color as CMYK data stored as space. If space is NULL, this is
equivalent to storing with the default naive CMYK space.
Parameters
- cyan
- 
            Type: gdoubleCyan value. 
- magenta
- 
            Type: gdoubleMagenta value. 
- yellow
- 
            Type: gdoubleYellow value. 
- key
- 
            Type: gdoubleKey value. 
- alpha
- 
            Type: gdoubleAlpha value. 
- space
- 
            Type: BablCMYK space. The argument can be NULL.The data is owned by the caller of the method.