Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
donner::svg::FilterEffect::Blur Struct Reference

Blur effect, which applies a gaussian blur with the given standard deviation. More...

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

Public Member Functions

bool operator== (const Blur &) const =default
 Equality operator.

Public Attributes

Lengthd stdDeviationX
 X-component of the standard deviation of the blur.
Lengthd stdDeviationY
 Y-component of the standard deviation of the blur.

Detailed Description

Blur effect, which applies a gaussian blur with the given standard deviation.


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