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

Parameters for SVGFECompositeElement. More...

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

Public Types

enum class  Operator : std::uint8_t {
  Over ,
  In ,
  Out ,
  Atop ,
  Xor ,
  Lighter ,
  Arithmetic
}
 Porter-Duff compositing operator.

Public Attributes

Operator op = Operator::Over
 Compositing operator.
double k1 = 0.0
 Arithmetic coefficient k1.
double k2 = 0.0
 Arithmetic coefficient k2.
double k3 = 0.0
 Arithmetic coefficient k3.
double k4 = 0.0
 Arithmetic coefficient k4.

Detailed Description

Parameters for SVGFECompositeElement.


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