Applies spray effect on the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Spray ( _ amount As Integer, _ frameWidth As Single, _ fadeType As FadeType, _ seed As Integer, _ backgroundColor As Color _ )
public void Spray( int amount, float frameWidth, FadeType fadeType, int seed, Color backgroundColor )
Type: System.Int32
Value specifying the amount of the effect (variance of the random number generated by the transform).Type: System.Single
Width of the frame for which the effect should be applied.Type: Aurigma.GraphicsMill.Transforms.FadeType
FadeType value that specifies fade type for the spray effect.Type: System.Int32
An integer value specifying seed for random generator.