I have a Canvas
object at start. I need to change color of some pixels depending on their current color. How can I do that in a proper way?
Details:
I have my own class extended from ImageView
. In onDraw(Canvas canvas)
method I draw something with third party class and have only Canvas
object with result. I need after that change color of some pixels depending on their current color.