ConversionExtensions.ToCMYK
Extension Method in ConversionExtensions
Declaration
public static CMYK ToCMYK(this Color color)Description
Converts the color to CMYK (cyan, magenta, yellow, black) components in the range [0..1].
Parameters
| color | The color to convert. |
Returns
| CMYK | The CMYK components of the color. |