3,547 questions
-3
votes
1
answer
302
views
Reduce (!) transparency with CSS
Some HTML elements end up being half-transparent, for example due to blur that averages transparent and opaque pixels.
How do I make them less transparent? I tried opacity: 1000% (in the hope that a ...
2
votes
1
answer
99
views
How can flickery compositing be avoided with translucent layered windows?
I'm attempting to create a translucent layered window on Windows 10; however, this translucency often blends badly with certain types of windows behind it, with overlapped windows suddenly appearing ...
0
votes
1
answer
97
views
glsl shader - cant get transparency
I'm currently trying to build a shader for a FogOfWar with pyglet and a glsl shader. I've now tried several things and looked at courses, but I just can't get it done.
Can someone here tell me what ...
1
vote
0
answers
68
views
Transparent background QLabel overwrites text on updates
I'm using Pyside6 with PyVista for an app we use to visualize and derive measurements from body scan meshes. The issue I'm hitting is with QLabel text overlays with transparent backgrounds. (The ...
0
votes
1
answer
192
views
C# analog clock on BackgroundImage
I simply need to show the clock on a panel with BackgroundImage, but still appears with black background, I set the innercolor and outercolor of the analog clock to transparent, I have been doing some ...
3
votes
1
answer
111
views
Sharp.js: Output to Lossless WebP Changes Fully Transparent Pixel Color
I'm writing a script that reads image files, manipulates (resets the color of fully transparent pixels to the pure black, and crops the images), and writes the exports the output images to the ...
0
votes
0
answers
34
views
CAMetalLayer transparent area not behaves like in CALayer
on macOS, I want to display a metal rendered texture in a view, and I want the transparent areas of this texture let mouse events propagate through other underlying UI/Apps, like it is the native ...
0
votes
2
answers
107
views
Visible scrolling behind view
I have the following DOM hierarchy and CSS
body {
margin: 0;
}
#main {
width: 100vw;
height: 100vh;
background-color: LightCyan;
}
#container {
display: flex;
justify-content: ...
1
vote
0
answers
79
views
I want to create a transparent window through JavaFX and make it only show images, but it doesn't work
I want to make a transparent window with JavaFX. I don't want the elements on top of it to be transparent.
However, as soon as you put stage.initStyle(StageStyle.TRANSPARENT); into the code, all ...
1
vote
1
answer
355
views
Draw transparent 3d object in raylib
I am new to c++ and raylib. The problem I am having is that when I try to draw a transparent cube or any 3d objects, it will use the ClearBackground color instead.
Here is a simple example:
#include &...
1
vote
0
answers
80
views
How to make a functioning transparent button in c#
I'm trying to make a function that has the user drag the program around from a specific spot in the window. I have the drag function coded into the program, but I can't find a way to set where the ...
1
vote
1
answer
123
views
Convert a PDF to a PNG with transparency
My goal is to obtain a PNG file with a transparent background from a PDF file.
The convert tool can do the job:
$ convert test.pdf test.png
$ file test.png
test.png: PNG image data, 595 x 842, 8-bit ...
0
votes
0
answers
48
views
Set two overlapping 2D GameObjects with Images attached to half-opacity as if it were a single image
I will refer to these three images to aid the explanation this question.
Suppose I have two GameObjects in Unity 2D, both with Image components attached. Further suppose that one of the GameObjects ...
0
votes
1
answer
260
views
How can I export a Figma animation as a gif with transparent background?
I have created a series of animations in Figma that I need to use in a website. I need to export them as animated GIFs with transparent background. I've tried some Figma plugins, but none of them ...
1
vote
2
answers
86
views
Transparent color like a solid color [closed]
so i have a little problem with css
i want to set transparent color with properties like a solid color
a solid black color on, for example: on 50% of a div with a text, the text disappears and it ...