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.
Loading...
Searching...
No Matches
donner::svg::components::FEBlendComponent Struct Reference

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.

Detailed Description

Parameters for SVGFEBlendElement.


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