set_cmyk


Description:

public void set_cmyk (double cyan, double magenta, double yellow, double key, double alpha, Object? space)

Set color as CMYK data stored as space.

If space is null, this is equivalent to storing with the default naive CMYK space.

Parameters:

this

a Color

cyan

cyan value

magenta

magenta value

yellow

yellow value

key

key value

alpha

alpha value

space

CMYK space.