dmagick.ColorCMYK
License:
zlib (See accompanying LICENSE file)
Authors:
Mike Wey
- class ColorCMYK: dmagick.Color.Color;
The CMY(K) color model describes a color space with subtractive color composition as it is used for the color printing process, e.g. used by ink or laser printers. Each color is described by the color components cyan (C), magenta (M) and yellow (Y). The additional component black (K) is used for better gray and black reproduction.
Note:
This class doesn't use ICC or ICM profiles for the converson of CMYK to RGB.