An alpha channel determines the transparency of an image or view.
I'm trying to change the transparency of an image over time, and I'm doing this with the method drawImage() from …
java graphics bufferedimage alpha drawimageIm trying to do an alpha and translate in a RelativeLayout. I define both: AlphaAnimation alpha; alpha = new AlphaAnimation(0.0f, 1.0…
android android-linearlayout alpha translate-animationI have the following code that uses Tkinter to create a window and draw shapes on a canvas inside it. …
python tkinter alphaIn my app I've set a background image of the top level linearlayout and then to fade the background I …
android layout alphaI am trying to change the opacity of a color that I get of my theme with the next code: …
java android int transparency alphaI'm trying to draw an image, with a source Bitmap and an alpha mask Bitmap, using the System.Drawing.Graphics …
c# alpha maskingI have a MapView and I want to display a black semi transparent rectangle on top with a text inside. …
iphone uiview transparency uilabel alphai'm trying to test the local persistent volume in kubernetes v1.9.2. from what i gather (and i may be wrong!) …
kubernetes local alpha persistent-volumes