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
25
votes
4 answers

How to make a transparent window with Qt Quick?

Is there a way to make the window of a qml application transparent? I'm looking for a detailed description on how to draw simple shapes with qml while making the window of the application transparent, as well as the background. A working source code…
karlphillip
  • 92,053
  • 36
  • 243
  • 426
25
votes
11 answers

Android Dialog - Rounded Corners and Transparency

I'm trying to make a custom android dialog with rounded corners. My current attempts have given me this result. As you can see, the corners are rounded, but it leaves the white corner still intact. Below is the xml that I put in the drawable…
23
votes
8 answers

How can I make my website's background transparent without making the content (images & text) transparent too?

I'm doing a website for a school project, and I'm currently having a small problem... I can't make the body's background transparent without it also affecting the content in it. Here's my HTML code:
KaiZ
  • 391
  • 1
  • 5
  • 13
23
votes
5 answers

Android Image Dialog/Popup same size as image and no border

At the moment I am working on a file browser. Everything works fine with one exception: If the user clicks on an image (jpg, png, bmp, ..), I want the image to be displayed in a dialog or in a popup which has the same size as the image - so that…
rekt0x
  • 503
  • 1
  • 9
  • 17
22
votes
1 answer

Drawing Transparent Images In Java Graphics2D

I want to draw a PARTIALLY transparent image on top of another (Making shadows over things). I am currently using java's Graphics2D class to render, I've been told to set the composite to AlphaComposite, but that only sets it completely…
blazingkin
  • 552
  • 1
  • 4
  • 17
22
votes
2 answers

Is there a way to create transparent windows with Tkinter?

I'm trying, ultimately, to create "oddly-shaped windows" with Python using the Tkinter module. But for now I will settle for being able to make the background transparent while keeping child widgets fully-visible. I'm aware this is done with…
Paul Johnson
  • 321
  • 1
  • 2
  • 4
21
votes
2 answers

AChartEngine transparent background

I have a problem. I'm making a graph with AChartEngine and I would like to have the background of the whole graph to be transparent: XYMultipleSeriesRenderer renderer = new XYMultipleSeriesRenderer(); (...) renderer.setMargins(new…
Yellos
  • 1,657
  • 18
  • 33
21
votes
3 answers

setting transparent background for UILabel for iphone application

I have a UILabel in UITableView. Here is the code i have written in cellForRowAtIndexPath UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = [[[UITableViewCell alloc]…
user270520
  • 211
  • 1
  • 2
  • 5
21
votes
5 answers

Making UIView transparent

I want to add a UIView to my UIViewController but I want it to be transparent until I decide to create an Oval inside the UIView. Until I create the oval, I can set my view's alpha to 0 but when I want to add the oval, the background color is still…
diablo1234
  • 379
  • 2
  • 3
  • 10
20
votes
2 answers

Make certain area of bitmap transparent on touch

My idea is to overlap 2 images on top of each other and upon onTouch, the top image should be made transparent on that touched radius, thus exposing the bottom image. This is how I overlay the 2 images: Bitmap bmOverlay =…
SteD
  • 13,909
  • 12
  • 65
  • 76
20
votes
2 answers

How to fill transparent area left by resize in Gimp 2.8

when I do a canvas resize of an image, it leaves a new transparent area. I would like to fill that area with a color but Gimp 2.8 won't allow me to select it to fill it. I must be missing a step. Please help.
shirha
  • 453
  • 3
  • 11
20
votes
2 answers

How to make scatter plots with semitransparent points in Gnuplot?

How can I plot an image with partially transparent scatter points, just like in the picture below, with Gnuplot? The problem is that I don’t know how to set the points to be transparent.
Dd H
  • 331
  • 1
  • 3
  • 9
19
votes
1 answer

Transparent AppBarLayout and CollapsingToolbarLayout

I would like to achive the following layout: Map as a base layout Transparent window above inside a CollapsingToolbarLayout RecyclerView for content I included an example of how this should look like. I was following this great example from …
18
votes
2 answers

C# - Transparent Form

I currently have a Form with all the desired effects except one. The current form consists out of a menustrip at the top with a panel underneath which contains labels and pictureboxes. When the form is launched the menustrip is not visible, it only…
user525192
18
votes
3 answers

Transparent Bootstrap Panel

I have picked this free bootstrap theme, and my problem is that I want to create transparent panels, but when I set opacity: 0.8; the text in the panel, of course, gets transparent, which is not something I would like to happen. I tried using this…
Boyan Hristov
  • 1,067
  • 3
  • 15
  • 41