|
|
Donner
Embeddable browser-grade SVG2 engine
|
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 |