Skip to main content

Questions tagged [transparency]

Transparency is the property of being see-through; a transparent object reveals objects behind it. Transparency is also known as alpha blending. The opposite of transparency is opacity.

transparency
0 votes
1 answer
42 views

How to make translucent image in Java with swing?

I am making a game using Java's swing. There is a part during the game where a certain image needs to be exposed on the screen with 50% transparency, but I don't know how to make that image ...
B0N0N0B0's user avatar
0 votes
3 answers
48 views

Background not visible behind the "whitespace" of a Unicode Character

I am using a sunburst behind a unicode character (eye, &#128065), with a CSS of: .the-eye{ width:100%; border-radius:50%; box-shadow: 0 0 20px 10px #eeee11; } HTML: <span class=&...
Sablefoste's user avatar
  • 4,102
0 votes
1 answer
11 views

How to display more images simultaneously in a picturebox

I am creating an app to align 2 (or more) images. I have the land registry's map and old maps with buildings, streets, terrains. Properly aligned maps then go into QGIS to display them. To align them ...
Martin's user avatar
  • 1,438
-1 votes
0 answers
19 views

Input Video Transparency Displaying Differently Within Website/ OBS?

I am trying to set up a transparent video within my web app. Currently I am using a webm but the video isn't displaying how it should. I have two example files that show what I mean, sample_1 is the ...
ebswortholiver's user avatar
1 vote
1 answer
64 views

Transparency Issue with WebM Videos on Android Chrome Browser

The transparent WebM video, which appeared crisp on the Chrome browser on PC, shows jagged edges on the Android Chrome browser. Specifically, the edges of fine details like animal fur appear darker, ...
tanabe kaori's user avatar
4 votes
1 answer
76 views

WPF 3d rendering of intersecting semi-transparent surfaces

I'm using Helix Toolkit in a WPF application to provide some visualisation for an engineering tool. I am a beginner with 3d graphics. I'd like to display some circles in 3d space as tinted "...
Hydrargyrum's user avatar
  • 3,616
1 vote
0 answers
33 views

PyQt: transparent background but keep the frame [duplicate]

I want to have the following: a PyQt application with a transparent background, but with the "frame" still visible. With frame I mean a border which you can use to resize, the titlebar and ...
AccidentalTaylorExpansion's user avatar
0 votes
1 answer
49 views

Transparent shape with opaque background with matplotlib.patches

My goal is to generate an image with a transparent circle and an opaque white background. Like a transparent circular hole in a white sheet. When I try this, the circle is not transparent: import ...
Amos Egel's user avatar
  • 1,106
1 vote
1 answer
42 views

Make an SCNNode transparent so you see other nodes through it

How do I make the Cylinders transparent so you always see the green wall through them, regardless of the green's alpha value? Problem description (full code at the end) I have an SCNNode() defined as ...
tospig's user avatar
  • 8,213
-1 votes
1 answer
26 views

Issue with Button Transparency and Border Color Change on Click

I have a button in my HTML code that I've styled with CSS to have a green background, white text, and an orange border. Here's the HTML and CSS code: .index_button_left.btn_custom { background-...
DragonFruit's user avatar
0 votes
0 answers
17 views

how do i enable showing the pop up for App Traking transparnecy permission in ios app using cordova

"I uploaded my iOS app to the App Store, but it got suspended with a message stating, 'We are looking forward to completing our review, but we need more information to continue. Your app uses the ...
Hamza Arif's user avatar
0 votes
0 answers
49 views

CMFCButton with transparent background

I have developed a class that subclasses from CMFCButton. I load three PNG images (with transparent zones) to the button foreground in the DrawButton function for three states: Normal Hovered Pushed ...
al072's user avatar
  • 89
0 votes
1 answer
64 views

How To Change RawImage Transparency using Slider

How can I change transparency of Raw Image, without Material rendering? I am trying to create the app for image tracing. I use Nature Gallery script to upload image from Gallery to RawImage. I do it ...
Alla's user avatar
  • 11
-1 votes
1 answer
36 views

Render particles in the transparent parts of other particles

Problem I am rendering a 3D cube, and this works fine. Afterwards, I render particles as an array of points, which a geometry shader transforms to quads (2 triangles). The problem I have is that the ...
Raphael Schmitz's user avatar
0 votes
0 answers
60 views

Blender to Unity Vertex Color (Alpha) Data Doesn't Work

I know there are many threads on google like that, but I went through all of that and none seems to work. I try to do the disc, that has opacity on the edges and right in the middle with vertex colors ...
Ada Szpakowska's user avatar

15 30 50 per page
1
2 3 4 5
237