Sorry, if I asked a question that doesn’t make sense, basically i just need a code snippet and possibly an explanation on how to colour in Images in java. (The images are greyscale)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So, I’m guessing you want to “tint” the image? If so, see this:
Applying a tint to an image in java
If you’re asking how to restore the color the image would have been if it was made in color, don’t even attempt it.