views:

14

answers:

1

Is there a way to load an image file into an ImageView object, and then define a transparent color for this object ?

A: 

try using setalpha property to your drawable...

Refer to this sample

http://android-developers.blogspot.com/2009/05/drawable-mutations.html

Rahul
No, my need is to make certain pixels (all the red pixels for example) transparent.
Arutha