0

I'm trying to remove a single blueish color from android image drawable.

enter image description here

I've tried to use setColorFilter and PorterDuff to remove the color, but it changes the other colors too.

imageView.setColorFilter(Color.parseColor("#ecf3f9"), PorterDuff.Mode.OVERLAY);

I just want to replace this color "#ecf3f9" with white or transparent.

Phantômaxx
  • 37,352
  • 21
  • 80
  • 110
Tahmid
  • 315
  • 2
  • 10

0 Answers0