Top "Transparency" questions

Transparency is the property of being see-through; a transparent object reveals objects behind it.

ImageButton doesn't highlight on click with Transparent background

I've set up an ImageButton to be transparent, so the icon matches the backgrond panel like the Android ActionBar. This …

android button transparency
set shape background to transparent in android

I have a shape drawable that I want to use as a background. I want the shape to be transparent. …

android android-layout transparency xml-drawable
Java: Filling a BufferedImage with transparent pixels

I have an off-screen BufferedImage, constructed with the type BufferedImage.TYPE_INT_ARGB. It can contain anything, and I'm looking …

java image transparency bufferedimage
DropShadow for WPF Borderless Window

I have a WPF Window with WindowStyle set to none. Is there some way I can force this window to …

wpf windows transparency dropshadow
Translucent Activity filling the entire screen

I'd like to have an activity (2) with translucent aspect over another activity (1), aligned at the top of the screen (4). I …

android android-activity transparency android-theme
How to create Splash screen with transparent background in JavaFX

I am trying to create a splash screen like the example I've provded. It seems that AnchorPane does not allow …

java transparency javafx-2 javafx splash-screen
How to find the alpha channel transparency value of a pixel in a png image?

I have an image that has alpha channel transparency. I want to recreate the same background color with RGBA values …

css image transparency photoshop
How to make Matplotlib scatterplots transparent as a group?

I'm making some scatterplots using Matplotlib (python 3.4.0, matplotlib 1.4.3, running on Linux Mint 17). It's easy enough to set alpha transparency for …

python matplotlib transparency scatter-plot
Is there a transparent color code?

I'm looking for my actionBar to be transparent. I only have searchView in it and it's in my MapActivity, I …

android transparency background-color android-drawable color-codes
Reasons for why a WinForms label does not want to be transparent?

Why can't I set the BackColor of a Label to Transparent? I have done it before, but now it just …

c# winforms transparency