Hi
I am using an image view in B4A and wish to change the alpha value of the image:
B4X:
Private imgClear As B4XView
public Sub setToolBarAlpha(alphaArg As Int)
imgClear.Alpha
End Sub
I found this link for b4J:
Set alpha of an image
Example code for B4J:
Dim n As ImageView =...