How can I replace the black color in a bitmap with red (or any other color) programmatically in Android (ignoring transparency)? I can replace the white color in the bitmap with a color already but it somehow does not work with black.
Thanks for help.
How can I replace the black color in a bitmap with red (or any
Share
Get all the pixels in the bitmap using this: