Top "Shadow" questions

Questions related to drawing or setting shadows on an object.

crypt(3) $6$ password hash algorithm (based on SHA-512) in Java?

I'm looking for a Java function to generate/verify password hashes that were encoded in the way crypt(3) does when …

java shadow sha crypt sha512
iPhone UITableViewCell layer shadow

I'm trying to add a shadow to a UITableViewCell using the layer.shadowColor, Offset, Radius but it doesn't seem to …

iphone cocoa-touch uitableview shadow
In Android Studio message "Paint.setShadowLayer.. graphics not accurate.." without this code

I get this message in android studio xml preview: "The graphics preview in the layout editor may not be accurate: …

android xml paint shadow
How to add bottom elevation to a container in Flutter?

I've already seen this and this and this but they don't answer my question. I need elevation on my Container …

flutter shadow
Creating a shadow around a canvas drawn shape?

What steps are required to create a shape e.g. rectangle with a shadow from scratch using a Canvas? Adding …

android canvas shape shadow
How to add bottom shadow to tab layout or Toolbar in android

Hi i need add shadow under my tab layout (like in skype). My activity xml: <RelativeLayout android:layout_width="…

android xml toolbar shadow android-elevation
CSS: Remove shadows on disabled HTML buttons

When disabling HTML buttons, a shadow gets added to the button text. I'm styling the buttons myself and I would …

html css button shadow
Adding drop shadow to UITableView

I've a plain UITableView (not grouped) that I want to add a dropshadow to left and to the right. How …

iphone objective-c uitableview shadow
JPanel Drop Shadow

I have a JPanel element and I would like added a drop shadow to it, how can I add a …

java swing jpanel shadow
How can I add shadow to a circle UIImageView or UIView?

I am trying to make a circle UIImageView, and it works. Below is the way I use to make it: […

ios uiview uiimageview calayer shadow