¡@

Home 

java Programming Glossary: reds

Efficiently color cycling an image in Java

http://stackoverflow.com/questions/7544559/efficiently-color-cycling-an-image-in-java

extends JPanel implements ActionListener private byte reds new byte 216 private byte greens new byte 216 private byte blues.. int i 0 i 6 i for int j 0 j 6 j for int k 0 k 6 k index reds index byte i 51 greens index byte j 51 blues index byte k.. public void actionPerformed ActionEvent e Called by Timer. reds cycleColors reds greens cycleColors greens blues cycleColors..