Beispiel #1
0
 public void SetColor(int index, Color color) {
   colors[index] = (long) color.toIntBits();
 }