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
0 answers
7 views

Halo around texture with alpha channel

I'm looking for any ways to remove, or at least reduce a white halo around texture (leaf border). It's not visible on the ground (and sky) background (1st picture), but it's noticeable on the 2nd ...
misha.physics's user avatar
-2 votes
1 answer
45 views

How to resize an image and keep backround empty using OpenCV

I have the following 256x256 image: I want to resize it to 100x100 pixels using OpenCV: img = cv2.imread('image.png') p = 100/256 new_width = int( img.shape[1] * p ) new_height = int( img.shape[0] *...
Rodion Iskhakov's user avatar
0 votes
0 answers
9 views

How to use transparency in legacy Thunderbird without destroying the title bar?

For experimental purposes I have Thunderbird v.52 x86 (pre-quantum and with legacy addons) installed on one of my computers (Windows 7 here). Now I would like some GUI elements to have a transparent ...
Dragodraki's user avatar
0 votes
1 answer
45 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 vote
1 answer
74 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
83 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
43 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,223
-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
19 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
50 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
73 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

15 30 50 per page
1
2 3 4 5
237