Donner 0.5.0
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::svg::FilterEffect::DropShadow Struct Reference

CSS drop-shadow() filter function. More...

#include "donner/svg/components/filter/FilterEffect.h"

Collaboration diagram for donner::svg::FilterEffect::DropShadow:
[legend]

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).

Detailed Description

CSS drop-shadow() filter function.


The documentation for this struct was generated from the following file: