Top "Transparency" questions

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

How to export plots from matplotlib with transparent background?

I am using matplotlib to make some graphs and unfortunately I cannot export them without the white background. In other …

python matplotlib plot transparency
Merging two images

I need to merge two images (BufferedImage) in Java. It wouldn't be a problem if there was no transparency. The …

java image-processing transparency alpha
iOS app icon with transparent background showing black background on device

I have added an icon to my app. It has rounded edges and no background. The problem is that when …

ios background icons transparency
WPF Window with transparent background containing opaque controls

I have a window with the following appearance: What I would like, however, is if the Button controls (the gray …

c# .net wpf user-interface transparency
How to make completely transparent navigation bar in iOS 7

I want the UINavigationBar in my app to be completely transparent and flush with the viewcontroller directly under it. However, …

cocoa-touch uinavigationbar transparency translucency
Can you add a non-square drop shadow to PNG content with CSS?

Is it possible to do a drop shadow on the content of a PNG? Not a square, but an object …

css image transparency shadow css-filters
How to use VBA to make a cell in Excel 2007 transparent

I currently have: Range("Z1").Interior.Color = RGB(255, 255, 255) But this wipes out the borders of the cells. Instead I'd just …

excel vba excel-2007 transparency cell
How to create a frosted glass effect using CSS?

I'd like to create a div that is fixed in one position and make it translucent - making the contents …

html css image-processing transparency css-filters
Transparency for windows forms textbox

I'm using windows forms in C# and I need to make a textbox's background color transparent. I have a trackbar …

c# winforms textbox transparency alpha
How to use alpha transparency in OpenGL?

Here's my code: void display(void); int main(int argc, char** argv) { glutInit(&argc, argv); glutInitDisplayMode(GLUT_SINGLE|GLUT_…

c++ opengl transparency alpha