Bitmap Translucency

MikieK

Member
Licensed User
Longtime User
Is it possible to change the alpha value (transparency) of a bitmap, without using get/setpixel?
 

MikieK

Member
Licensed User
Longtime User
I understand that it is possible to use setalpha(Value as int) on a Bitmapdrawable, how would I achieve this using the reflection library?
 
Upvote 0
Top