Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- page
- Image to apply spatter effect to.
- horizontalDiffusion
- Factor of horizontal diffusion. The greater this value, the deeper the horizontal diffusion. Typical values range from 1 to 20.
- verticalDiffusion
- Factor of vertical diffusion. The greater this value, the deeper the vertical diffusion. Typical values range from 1 to 20.
- smoothness
- Smoothness factor of diffusion. Typical values range from 0 to 100.
The painted points are randomly generated, therefore, the resultant image is different each time the
method is applied with the exact same settings.