python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Jetpack Compose Dialog - Is there a way to change the background transparency?
When we show a Dialog/AlertDialog in Jetpack Compose the background seems to be a bit dark, is there a way to adjust the background alpha or make it transparent?
For eg: The White background in this i...
AndroidDev
Votes: 0
Answers: 4
Transparent video in Android AR Scene
I am looking to solve the problem of displaying a transparent video in the AR scenes using Unity ARFoundation and Android platform.
I mean, accurately with a simple effect presented for the iOS platfo...
Artik
Votes: 0
Answers: 1
Delphi TBitMap transparency from ImageList to a button
I am trying to create a custom icon button with a transparent bitmap image, below the code.
The icon is stored in an ImageList connected to an ActionList.
bitmap := TBitmap.Create;
BmpObj := TMemorySt...
Lomoo
Votes: 0
Answers: 1
Seaborn PairGrid: pairplot two data set with different transparency
I'd like to make a PairGrid plot with the seaborn library.
I have two classed data: a training set and one-target point.
I'd like to plot the one-target point as opaque, however, the samples in the tr...
Hyunseung Kim
Votes: 0
Answers: 1