public static CMYK ToCMYK(this Color @this) { return(ColorHelper.ToCMYK(@this)); }
public CMYK(Color color) { this = ColorHelper.ToCMYK(color); }