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

bias

Read-only

Shifts the range of the filter. This allows representation of values that would otherwise be clamped to 0 or 1.

divisor

Read-only

Affects the final destination color value of the filter.

edgeMode

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.

in1

Read-only

Identifies input for the given filter primitive.

kernelMatrix

Read-only

The list of numbers that make up the kernel matrix for the convolution.

kernelUnitLengthX

Read-only

kernelUnitLength indicates the intended distance in current filter units for dx and dy in the surface normal calculation formulas.

kernelUnitLengthY

Read-only

kernelUnitLength indicates the intended distance in current filter units for dx and dy in the surface normal calculation formulas.

orderX

Read-only

Indicates the number of cells in each dimension for ISVGFEConvolveMatrixElement::kernelMatrix.

orderY

Read-only

Indicates the number of cells in each dimension for ISVGFEConvolveMatrixElement::kernelMatrix.

preserveAlpha

Read-only

Indicates that the convolution will apply to all channels or just the color channels.

result

Read-only

Provides a reference for the output result of a filter.

targetX

Read-only

Determines the positioning in X of the convolution matrix relative to a given target pixel in the input image.

targetY

Read-only

Determines the positioning in Y of the convolution matrix relative to a given target pixel in the input image.