Ejemplo n.º 1
0
 public void method_1()
 {
     this.RGB  = (WHC.OrderWater.Commons.RGB) this.HSB;
     this.CMYK = (WHC.OrderWater.Commons.CMYK) this.HSB;
 }
Ejemplo n.º 2
0
 public MyColor(Color color)
 {
     this.RGB  = color;
     this.HSB  = color;
     this.CMYK = color;
 }