开发者

Changing color of some portion of an image

开发者 https://www.devze.com 2023-03-29 03:36 出处:网络
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.

0

精彩评论

暂无评论...
验证码 换一张
取 消