I\'m wondering if there is a more efficient method for replacing colors in a BufferedImage. At the moment I use the following method:
I fill an array with colors to
Have a look at BufferedImageFilter/BufferedImageOp to filter your image in the producer/consumer/observer paradigm.