Example #1
0
 public Color(Color color)
 {
     this.c[0] = color.r();
      this.c[1] = color.g();
      this.c[2] = color.b();
 }