Identifies the input to a filter primitive node.
More...
#include "donner/svg/components/filter/FilterGraph.h"
|
| struct | Previous |
| | The input is the output of the immediately preceding primitive (or SourceGraphic for the first primitive). More...
|
| struct | Named |
| | The input is a named result from a prior primitive's result attribute. More...
|
|
|
| FilterInput () |
| | Construct an implicit previous-result input.
|
|
| FilterInput (FilterStandardInput standard) |
| | Construct from a standard input keyword.
|
|
| FilterInput (Named named) |
| | Construct from a named result reference.
|
|
| FilterInput (Type value) |
| | Construct from a variant value.
|
|
|
Type | value |
| | The input specification.
|
Identifies the input to a filter primitive node.
◆ donner::svg::components::FilterInput::Previous
| struct donner::svg::components::FilterInput::Previous |
The input is the output of the immediately preceding primitive (or SourceGraphic for the first primitive).
◆ donner::svg::components::FilterInput::Named
| struct donner::svg::components::FilterInput::Named |
The input is a named result from a prior primitive's result attribute.
| Class Members |
|
RcString |
name |
The result name to reference. |
The documentation for this struct was generated from the following file: