|
|
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 SVGFEColorMatrixElement. More...
#include "donner/svg/components/filter/FilterPrimitiveComponent.h"
Public Types | |
| enum class | Type : std::uint8_t { Matrix , Saturate , HueRotate , LuminanceToAlpha } |
| Matrix type. More... | |
Public Attributes | |
| Type | type = Type::Matrix |
| Matrix type. | |
| std::vector< double > | values |
| Matrix values (interpretation depends on type). | |
Parameters for SVGFEColorMatrixElement.
|
strong |