|
|
Donner 0.5.0
Embeddable browser-grade SVG2 engine
|
CSS drop-shadow() filter function. More...
#include "donner/svg/components/filter/FilterEffect.h"
Public Member Functions | |
| bool | operator== (const DropShadow &) const =default |
| Equality operator. | |
Public Attributes | |
| Lengthd | offsetX {0.0, Lengthd::Unit::Px} |
| Horizontal offset. | |
| Lengthd | offsetY {0.0, Lengthd::Unit::Px} |
| Vertical offset. | |
| Lengthd | stdDeviation {0.0, Lengthd::Unit::Px} |
| Blur standard deviation. | |
| css::Color | color {css::Color::CurrentColor{}} |
| Shadow color (default: currentColor). | |
CSS drop-shadow() filter function.