Donner
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::svg::components::FEMorphologyComponent Struct Reference

Parameters for SVGFEMorphologyElement. More...

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

Public Types

enum class  Operator : std::uint8_t {
  Erode ,
  Dilate
}
 Morphology operator. More...

Public Attributes

Operator op = Operator::Erode
 Erode or dilate.
double radiusX = 0.0
 Horizontal radius.
double radiusY = 0.0
 Vertical radius.

Detailed Description

Parameters for SVGFEMorphologyElement.

Member Enumeration Documentation

◆ Operator

Morphology operator.

Enumerator
Erode 

Per-channel minimum in the window.

Dilate 

Per-channel maximum in the window.


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