Table of Contents

Property Bias

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Bias

public ISvgAnimatedNumber Bias { get; }

Property Value

ISvgAnimatedNumber

bias = "number"

Remarks

After applying the 'kernelMatrix' to the input image to yield a number and applying the 'divisor', the 'bias' attribute is added to each component.

One application of 'bias' is when it is desirable to have .5 gray value be the zero response of the filter. The bias property shifts the range of the filter. This allows representation of values that would otherwise be clamped to 0 or 1.

If 'bias' is not specified, then the effect is as if a value of 0 were specified.