Exemplo n.º 1
0
 public static CMYK ToCMYK(this Color @this)
 {
     return(ColorHelper.ToCMYK(@this));
 }
Exemplo n.º 2
0
 public CMYK(Color color)
 {
     this = ColorHelper.ToCMYK(color);
 }