Interface: NoiseFilterOptions

NoiseFilterOptions

Options for NoiseFilter

Properties:
Name Type Description
noise number

The amount of noise to apply, this value should be in the range (0, 1].

seed number

A seed value to apply to the random noise generation. Math.random() is a good value to use.

Extends

Members

noise number

The amount of noise to apply, this value should be in the range (0, 1].

seed number

A seed value to apply to the random noise generation. Math.random() is a good value to use.