bndDropShadow

Draw a drop shadow around the rounded box at (x, y) with size (w, h) and radius r, with feather as its maximum range in pixels.

No shadow will be painted inside the rounded box.

nothrow @trusted @nogc
void
bndDropShadow
(,
float x
,
float y
,
float w
,
float h
,
float r
,
float feather
,
float alpha
)
Suggestion Box / Bug Report