ImageGear for .NET
Spatter Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : Spatter Method




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.

Glossary Item Box

This method applies a spatter effect to an image, making it look as if it was painted in the impressionist style of painting.

Syntax

 
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.

Remarks

The painted points are randomly generated, therefore, the resultant image is different each time the method is applied with the exact same settings.

See Also

©2013. Accusoft Corporation. All Rights Reserved.