Create a CMYK Color from the specified doubles.
The value for black.
The value for black.
The value for cyan.
The value for magenta.
The value for yellow.
Returns the value as a hex string.
Support casting between different colors. You can also use std.conv.to
The value for red in the range [0 .. QuantumRange]
The value for green in the range [0 .. QuantumRange]
The value for blue in the range [0 .. QuantumRange]
The opacity as a byte. [0 .. 255]
The value for opacity in the range [0 .. QuantumRange]
The value for opacity as a double in the range [0.0 .. 1.0]
The intensity of this color.
Create a copy of this Color.
Returns the name of the color or the value as a hex string.
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.