I want to draw a bitmap, but with only gray pixel (for example 0x555555 color).
So I should change all the colorful pixel’s color to gray.
How to do this or how to draw an image with only grayed pixels?
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.
What you are looking for is called “converting image to grayscale in English”. Making a simple search I found the following thread (luckily it targets exactly Android. Hopefully it will help you.