Top "Transparency" questions

Transparency is the property of being see-through; a transparent object reveals objects behind it.

Hex transparency in colors

I'm working on implementing a widget transparency option for my app widget although I'm having some trouble getting the hex …

android colors hex transparency
How to make a background 20% transparent on Android

How do I make the background of a Textview about 20% transparent (not fully transparent), where there is a color in …

android transparency textview
Drop shadow for PNG image in CSS

I have a PNG image, that has free form (non square). I need to apply drop-shadow effect to this image. …

css image png transparency
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
Hex colors: Numeric representation for "transparent"?

I am building a web CMS in which the user can choose colours for certain site elements. I would like …

css colors transparency rgb
How do I make a transparent border with CSS?

I have an li styled as follows: li{ display:inline-block; padding:5px; border:1px solid none; } li:hover{ border:1px …

css transparency border-color
How can I set the opacity or transparency of a Panel in WinForms?

I was wondering how to change or modify the transparency of a Panel in C#, not the whole form, but …

.net winforms transparency panel opacity
Understanding colors on Android (six characters)

I am trying to understand how colors work in Android. I have this color set as the background of my …

android colors hex transparency
Make UINavigationBar transparent

How do you make a UINavigationBar transparent? Though I want its bar items to remain visible.

ios iphone objective-c uinavigationbar transparency