Top "Transparency" questions

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

PNG Transparency on Canvas

Does canvas support PNG alpha? Im having some issues with a few PNGs that I've added to the canvas. The …

canvas png transparency alpha color-channel
Three JS transparancy with ShaderMaterial

I'm drawing two geometries next to each other and have them rotate. The problem is that the first drawn one …

javascript three.js webgl transparency blending
IE6 PNG transparency

How can I fix PNG transparency bug in IE6 for background image?

internet-explorer png internet-explorer-6 transparency
Browser support PNG transparency

Is IE6 the only browser that doesn't support PNG transparency?

transparency browser-support
Display PNG with alpha channel in C#

Is there a way to properly display an image with alpha channel (let's say PNG) in C# application? Thank you …

c# png transparency alpha
Qt: QImage always saves transparent color as black

How do I save a file with transparency to a JPEG file without Qt making the transparent color black? I …

c++ qt transparency qimage
How to make an SVG element transparent (using SVGweb)

In a SVG document, I want to make a <path>-element transparent. I tried <path fill="transparent /&…

internet-explorer svg transparency transparent fill
OpenGL ES 2.0 PNG alpha channel

I am just learning to work with OpenGL ES 2.0 for Android. I have been trying to simply display a texture …

android opengl-es png transparency alpha
createRadialGradient and transparency

I'm playing around with createRadialGradient() on HTML5 canvas. It works like a charm, except when I'm trying to implement (semi-)…

transparency gradient html5-canvas radial-gradients
Creating a semi-transparent PNG with ImageMagick/convert

I have PNG files that I would like to convert the whole image to be semi-transparent. The image will be …

image imagemagick png transparency imagemagick-convert