|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Parameters for SVGFEBlendElement. More...
#include "donner/svg/components/filter/FilterPrimitiveComponent.h"
Public Types | |
| enum class | Mode : std::uint8_t { Normal , Multiply , Screen , Darken , Lighten , Overlay , ColorDodge , ColorBurn , HardLight , SoftLight , Difference , Exclusion , Hue , Saturation , Color , Luminosity } |
| Blend mode values. | |
Public Attributes | |
| Mode | mode = Mode::Normal |
| Blend mode. | |
Parameters for SVGFEBlendElement.