Top "Alpha" questions

An alpha channel determines the transparency of an image or view.

SVG fill color transparency / alpha?

Is it possible to set a transparency or alpha level on SVG fill colours? I've tried adding two values to …

colors svg transparency alpha fill
How to change the opacity (alpha, transparency) of an element in a canvas element after it has been drawn?

Using the HTML5 <canvas> element, I would like to load an image file (PNG, JPEG, etc.), draw it …

html canvas transparency opacity alpha
Android and setting alpha for (image) view alpha

Is there really no XML attribute counterpart to setAlpha(int)? If not, what alternatives are there?

android xml android-layout android-imageview alpha
Swift UIView background color opacity

I have a UIView with a UILabel in it. I want the UIView to have white background color, but with …

ios swift uiview alpha
Setting transparent images background in IrfanView

I have some PNG images which consist of a black shape and a transparent background. Unfortunately, IrfanView shows transparent background …

image transparency alpha irfanview
Any way to make plot points in scatterplot more transparent in R?

I have a 3 column matrix; plots are made by points based on column 1 and column 2 values, but colored based on …

r plot ggplot2 alpha
How to set the opacity/alpha of a UIImage?

I know you can do this with a UIImageView, but can it be done to a UIImage? I want to …

ios uiimageview uiimage opacity alpha
How to set opacity of background colour of graph with Matplotlib

I've been playing around with Matplotlib and I can't figure out how to change the background colour of the graph, …

python matplotlib alpha
Android Animation Alpha

I've got animation: <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/linear_interpolator"&…

java android animation kotlin alpha
Can PNG image transparency be preserved when using PHP's GDlib imagecopyresampled?

The following PHP code snippet uses GD to resize a browser-uploaded PNG to 128x128. It works great, except that the …

php png transparency gd alpha