Top "Transparency" questions

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

How to make a surface with a transparent background in pygame

Can someone give me some example code that creates a surface with a transparent background in pygame?

python transparency pygame
CSS - Linear gradient transparency on both side of image

tl;dr Is there any way to add transparency to images in CSS with -webkit-linear-gradient on left, and right side …

css transparency linear-gradients
Transparent Background

How can i make the background 50% transparent? Let's say the background of an AbsoluteLayout so it's dark but you can …

android transparency transparent
Converting transparent gif / png to jpeg using java

I'd like to convert gif images to jpeg using Java. It works great for most images, but I have a …

java transparency jpeg gif java-io
Convert 32 bit png to 8 bit png with ImageMagick by preserving semi transparent pixels

I want to convert 32 bit png to 8 bit png with ImageMagick, but semi transparent pixels are lost. How to solve …

image-processing imagemagick png transparency png-8
How to make a Texture2D 50% transparent? XNA

I'm using SpriteBatch to draw a Texture2D on the screen and was wondering how I could manipulate the the …

xna transparency opacity
png image showing up with grey background in android

I have some png image buttons that I use in my app. But they are showing up with grey backgrounds …

android png transparency imagebutton
How to make drawn images transparent in Java

I got the animation to work in my Snake Clone Game. But the problem based on the picture is that …

java transparency imageicon
Python PIL 0.5 opacity, transparency, alpha

Is there any way to make an image half transparent? the pseudo code is something like this: from PIL import …

python transparency python-imaging-library opacity alpha
Specify transparency level of a named color in XAML

Is there a way in XAML to create a color object from a named color with different custom transparency level? …

wpf xaml colors transparency