Top "Transparency" questions

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

How to make non-interactive graphical overlay on top of another program in c#?

To give some background, I am developing a piece of software that assists players with the game Star Wars: The …

c# image transparency non-interactive click-through
PHP/GD - transparent background

I want to do the following in PHP in combination with GD. ImageMagick is not an option, unfortunately, but this …

php gd transparency
android how to draw a bitmap on canvas semi transparent

I have tried to modify a Paint variable, but have been unsuccessful - how can I make a bitmap appear "…

android bitmap transparency
How to make WebGL canvas transparent

Is it possible to have WebGL canvas with transparent background? I want to have contents of web page visible through …

css canvas transparency webgl alpha
Convert PNG to JPG and set transparent background to white with ImageMagick and PHP

How can I use ImageMagick (with the php extension) to set the transparent background to white when converting an image …

php image imagemagick transparency
White Border along with transparency in "LinearLayout"

I wanted to add a linear layout, having a transparent background as well as with white borders. The problem is: …

java android border transparency android-drawable
Transparency for Poly3DCollection plot in matplotlib

I am trying to draw some objects with the fabulous Matplotlib package for Python. These objects consist of points implemented …

python matplotlib transparency scatter-plot
Change color of non-transparent parts of png in Java

I am trying to automatically change the color for a set of icons. Every icon has a white filled layer …

java image colors png transparency
BufferedImage producing black background

Alright so I'm making a game, and I'm trying to modify the original hit marker image by adding text on …

java image background transparency bufferedimage
Set opacity to the menu but keep text opaque in CSS

How can I create a menu which only its background is transparent? The text should keep opaque (opacity: 1) If I …

css transparency opacity rgba