Enumeration
NoiseDistribution
The distribution method to use when applying an Add Noise filter.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 2 | readonly | Distributes color values of noise along a bell-shaped curve, creating a speckled effect. | |
| Int = 1 | readonly | Distributes color values of noise using random numbers between 0 and plus or minus the specified value, creating a subtle effect. |
Parameter of 2
Method parameters that accept an NoiseDistribution value.