blurDelta Readonly

blurDelta: undefined | number

If defined, blurDelta is used to compute the weight of a Gaussian filter. The equation is exp((-0.5 * blurDelta * blurDelta) / (blurSigma * blurSigma)). If undefined, blurDelta defaults to 1.0.

Defined in

Last Updated: 16 April, 2024