Top "Shadow" questions

Questions related to drawing or setting shadows on an object.

Floating action button's shadow clipping at view margins

I have a floating action button anchored to the bottom right of a coordinator layout. It is 16dp from the …

android android-layout shadow floating-action-button
Raytracing Shadows

So, I read about raytracing on the net and started writing a Raytracer from scratch in my spare time. I'm …

c++ shadow raytracing phong
Inner shadow in Core Graphics

I want to do something similar to Photoshops inner shadow effect in Core Graphics. If I draw/fill a path …

graphics photoshop core shadow
CSS box shadow on container div causes scrollbars

I have a website with the following setup: <div id="container"> <div id="header"></div&…

css scrollbar shadow clip
How can I add shadow to a fontawesome svg icons?

I'm using SVG FontAwesome icons in a simple HTML doc, and I want add shadows to them. So I tried …

font-awesome shadow
android cardview showing border around card

Android cardview is showing unnecessary border around the card. I have tried different things but I am not able to …

android shadow android-cardview box-shadow cardview
Qt: shadow around window

I can add shadow to widget: QGraphicsDropShadowEffect *bodyShadow = new QGraphicsDropShadowEffect; bodyShadow->setBlurRadius(9.0); bodyShadow->setColor(QColor(0, 0, 0, 160)); bodyShadow->setOffset(4.0); …

c++ qt window shadow qwidget
Android Remove Shadow On Navigation Drawer

See here what i mean Hi, I'm using stock Navigation drawer v4 and i ask how can delete that background …

android android-activity navigation shadow drawer
Add shadow to the ShapeDrawable programmatically

I am trying to make buttons with different gradients programmatically. I use ShapeDrawable and it works like a charm. RoundRectShape …

java android shadow shapedrawable
CollapsingToolbarLayout without shadow in expanded state

CollapsingToolbarLayout from appcompat shows shadow in collapsed state, but when expanded (or expanding in process) shadow dissapear My example code …

android shadow collapse android-collapsingtoolbarlayout