I have a simple question. I have this bitmap

Is there a way with android sdk to color this T-shirt (and only the t-shirt not the whole rectangle) with a color (selected by the user)
Or do I have to make a bitmap of every color ?
Thank you
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.
you can use e.g. ColorFilter to do what you want – or you use transparency ( make the area that should be colored transparent and draw a rect with the wanted color behind )