Questions tagged [transparent]

A GUI (often web) technique for trapping user actions across multiple elements by using an overlaying, but transparent, GUI object.

See this wiki article for more info. The tag should be used for the general subject of transparency in images.

See also: , ,

1915 questions
0
votes
0 answers

QT transparent button over QOpenGLWidget issue

I've made an transparent button over QOpenGLWidget, but I didn't get what I want. It's a little difference between the button image and its real expression. Here is the original button image: And Here is what I get: I used Qss image property to…
WoodyWu
  • 11
  • 3
0
votes
1 answer

Transparent border on div with parent div

i'm looking for a method to do something like this : First, i though about transparent borders but it won't work as there is a parent div (blue background). The goal is to set the border transparent + the parent div around the child transparent…
Sentynel
  • 1
  • 1
0
votes
2 answers

How to create semi-transparent activity/menu in android

How to achieve a menu similar to this one in the image? How can I display such a menu with semi-transparent background where I can see camera preview. What is the name of that kind of menu?
0
votes
1 answer

Additive Blending with white Background

I searched a while, but couldn't find a answer to my problem. I am trying to add a transparent object in front of an image containing white. For this I use additive transparency //enable trancparency glEnable(GL_BLEND); // disable backface…
mausi
  • 1
0
votes
1 answer

Resources causing transparent and erratic window behavior VB.net 2012

I'm not entirely sure what caused this, but just prior I had deleted an image that was set as a tab panels background image which caused some crashing of vb studio when opening anything to do with the project resources. I removed the image, then…
Josh
  • 89
  • 12
0
votes
1 answer

How to Draw JPanel's Components without the background?

So I have a "GameCourt" class that extends JPanel. This class overwrites the paintComponent code, so that it paints a few components (a maze, a character and some coins). This JPanel is part of a class extending JLayeredPane with two layers, one to…
JoeVictor
  • 1,806
  • 1
  • 17
  • 38
0
votes
1 answer

Transparent JDesktopPane

I would like to set the JDesktopPane to transparent and allow me to click through to what is underneath (e.g.. Desktop icons etc). The internal frame should be left opaque and able to be repositioned around the screen as it currently does. Any…
volican
  • 137
  • 1
  • 14
0
votes
1 answer

PHPImageWorkshop library: layering transparent PNG images

I am using the PHPImageWorkshop library to layer up transparent images, (which is one of the things it is supposed to excel at, so I must be doing it wrong)! When I just specify the base layer, (a transparent PNG logo), everything works as expected,…
Neil Hillman
  • 355
  • 4
  • 17
0
votes
1 answer

Why some triangles on the mesh appear to be transparent from certain angle with three.js?

first of all I am a newbie with three.js. I am making a 3D puzzle and need to create several objects that are made up from triangles. The problem is that from a certain angle those triangles appear to be transparent: example 1, example 2. Material…
user435421
  • 859
  • 2
  • 13
  • 31
0
votes
1 answer

SVG transparency on a solid background

On a valid background, I need to add transparent holes/images that shows body background. Like this websites; skrill.com skrillex.com I can add it as a image but I should resize it according to resolution. Also I'll add some descriptions under this…
bugraarslan
  • 153
  • 2
  • 10
0
votes
2 answers

(Android) How to set status bar color black in transparent activity?

There is a transparent activity A. A is using Theme.Translucent.NoTitleBar in AndroidManifest to be transparent. What I want is to change status bar color to black remaining activity transparent. Please help.
0
votes
1 answer

Masked bitmap on canvas with transparent activity

I implemented custom ShowCase for activity I am trying to draw on canvas mask: https://i.stack.imgur.com/u23kQ.png Following this code: mCanvas.drawColor(Color.TRANSPARENT, PorterDuff.Mode.CLEAR); // draw solid background …
SSHEX
  • 27
  • 1
  • 9
0
votes
1 answer

Launch another app from an activity in Android

I want to launch a third party app from my android application. I can do that using startActivity(intent). However, is it possible to start this new intent as transparent? I know we can start a transparent activity (using @android:style). I started…
AKK
  • 21
  • 3
0
votes
1 answer

Moveable PictureBox transparent over PictureBox

I have two PictureBoxes, one is player controlled(pic1), the other is non-moving(pic2). I am trying to have it so when pic1 is over pic2, the background of pic1 is transparent so we can see pic2. Currently, this is what I have. Private Sub…
Porkchops
  • 23
  • 2
0
votes
1 answer

imagick image watermark transparent

I want to set the transparent on a picture, and below is not work when the imagick's version is 6.8.9. readImage(3.jpg); // Open the watermark $watermark = new…
user3678248
  • 43
  • 1
  • 6
1 2 3
99
100