Hi,
I've tried to create coloring gray image with given colour but it always failed. I know I have to use BufferedImage and load all pixels of source image into array, but I don't know how to work with color value, so there always were some weird colors after multiplying source color and given color.
Thanks for any help.



