isvgfeconvolvematrixelement interface
The isvgfeconvolvematrixelement interface corresponds to the feConvolveMatrix element.
Members
The isvgfeconvolvematrixelement interface inherits from the IUnknown interface. isvgfeconvolvematrixelement also has these types of members:
- Properties
Properties
The isvgfeconvolvematrixelement interface has these properties.
Property | Access type | Description |
---|---|---|
Read-only |
Shifts the range of the filter. This allows representation of values that would otherwise be clamped to 0 or 1. |
|
Read-only |
Affects the final destination color value of the filter. |
|
Read-only |
Determines how to extend the input image as necessary with color values so that the matrix operations can be applied when the kernel is positioned at or near the edge of the input image. |
|
Read-only |
Identifies input for the given filter primitive. |
|
Read-only |
The list of numbers that make up the kernel matrix for the convolution. |
|
Read-only |
|
|
Read-only |
|
|
Read-only |
Indicates the number of cells in each dimension for ISVGFEConvolveMatrixElement::kernelMatrix. |
|
Read-only |
Indicates the number of cells in each dimension for ISVGFEConvolveMatrixElement::kernelMatrix. |
|
Read-only |
Indicates that the convolution will apply to all channels or just the color channels. |
|
Read-only |
Provides a reference for the output result of a filter. |
|
Read-only |
Determines the positioning in X of the convolution matrix relative to a given target pixel in the input image. |
|
Read-only |
Determines the positioning in Y of the convolution matrix relative to a given target pixel in the input image. |