changing a certian color to another color

how can i be done

[24 byte] By [aaa801a] at [2007-11-27 11:28:40]
# 1

Assign a new value:

Color color = Color.red

System.out.println("color = " + color);

color = Color.blue;

System.out.println("color = " + color);

crwooda at 2007-7-29 16:23:28 > top of Java-index,Security,Cryptography...
# 2

i mean in a array of pixels

(was to tied last night)

aaa801a at 2007-7-29 16:23:28 > top of Java-index,Security,Cryptography...