()
| 103 | } |
| 104 | |
| 105 | public synchronized Object clone() { |
| 106 | try {return super.clone();} |
| 107 | catch (CloneNotSupportedException e) {return null;} |
| 108 | } |
| 109 | |
| 110 | public String toString() { |
| 111 | return "rgb[0]="+Colors.colorToString(new Color(getRGB(0)))+", rgb[255]=" |