Is there any way I can change the color of some portion of an image in Android?
I searched a lot, 开发者_高级运维but I did not find any solution.
Use android.graphics.BitMap.setPixel(x,y,Color)
method.
Is there any way I can change the color of some portion of an image in Android?
I searched a lot, 开发者_高级运维but I did not find any solution.
Use android.graphics.BitMap.setPixel(x,y,Color)
method.
精彩评论