Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working in a android project where in i have to change the color of the wall. For e.x if I take a picture of the wall having corners and select some color say blue. The color of the wall should change in such a way that the wall looks as if it is painted with that color. I mean to say that the shades at the corners of the wall should be retained after changing the color. Wall should not look like painted like flat rectangle.

Please let me know the way to do it.

Thanks in advance. Regards

share|improve this question
improve the accept rate.. – TechEnd Sep 26 '12 at 12:28
Now answer the question. – Kantesh Sep 26 '12 at 12:53

1 Answer

up vote 0 down vote accepted

Try the bellow link

How to change Bitmap image color in android?

Or

http://www.codeproject.com/Articles/17162/Fast-Color-Depth-Change-for-Bitmaps

OR

how to change the color of certain pixels in bitmap android

This may help You.

share|improve this answer
I have tried these Thanks! In first link I am not getting how to form the color matrix to get the color I need as the resultant color in bitmap. – Kantesh Sep 26 '12 at 12:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.