divisor property

Affects the final destination color value of the filter.

This property is read-only.

 

Syntax

HRESULT get_divisor(
  [out] SVGAnimatedNumber **number
);

Property values

Type: SVGAnimatedNumber

Affects the final destination color value of the filter.

Standards information

Remarks

After applying the ISVGFEConvolveMatrixElement::kernelMatrix to the input image to yield a number, that number is divided by ISVGFEConvolveMatrixElement::divisor to yield the final destination color value. A divisor that is the sum of all the matrix values tends to have an evening effect on the overall color intensity of the result. It is an error to specify a divisor of zero. The default value is the sum of all values in ISVGFEConvolveMatrixElement::kernelMatrix, with the exception that if the sum is zero, then the divisor is set to 1.