|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Parameters for SVGFEGaussianBlurElement. More...
#include "donner/svg/components/filter/FilterPrimitiveComponent.h"
Public Types | |
| enum class | EdgeMode : std::uint8_t { None , Duplicate , Wrap } |
| Edge handling mode for the blur. More... | |
Public Attributes | |
| double | stdDeviationX = 0.0 |
| The standard deviation of the Gaussian blur in the x direction. | |
| double | stdDeviationY = 0.0 |
| The standard deviation of the Gaussian blur in the y direction. | |
| EdgeMode | edgeMode = EdgeMode::None |
| Edge handling mode (default: none). | |
Parameters for SVGFEGaussianBlurElement.
|
strong |