Top "Transparency" questions

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

How to make a transparent JFrame but keep everything else the same?

I want to make the JFrame transparent, but the image on top of it to be non-transparent. This is what …

java swing jframe transparency translucency
Transparent textures behaviour in WebGL

Environment: WebGL, Chrome. I have the following behavior when using transparent png's as textures for models: Image A - the …

transparency textures webgl
How to set the opacity for a plot?

I have some data to be plotted in one figure. Noise data is ruining other data. How can I change …

matlab plot colors transparency matlab-figure
How to make a QImage or QPixmap semi-transparent - or why is setAlphaChannel obsolete?

4.7 and like to overlay two images on a qgraphicsview. The image on top shall be semi-transparent to allow to see …

qt4 transparency qpainter qimage
Label backcolor not going transparent

I've set a label's BackColor property to 'Transparent' in windows form but its just White? It's not going transparent? Anyone …

c# winforms label transparency backcolor
CSS opacity and child elements

<style type="text/css"> div#foo { background: #0000ff; width: 200px; height: 200px; opacity: 0.30; filter: alpha(opacity = 30); } div#foo&…

css background transparency alpha-transparency
C# Windows Form Transparent Background Image

When I tried from with transparent background, it's not completely transparent. I tried two code blocks for this issue. First …

c# .net winforms transparency transparent
UIView alpha vs. UIColor alpha

I would like to know the difference between: Assigning my UIView a color with <1 alpha vs Assigning it a …

ios objective-c uiview transparency alpha
How do you override the opacity of a parent control in WPF?

When you set the opacity on a Grid in WPF, all the child elements appear to inherit its Opacity. How …

wpf transparency opacity
How do you Draw Transparent Image using System.Drawing?

I'm trying to return a transparent GIF from an .aspx page for display within a web page. I am trying …

asp.net transparency gif system.drawing