Applies a spray effect to the bitmap using the specified settings.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void Spray(
int amount,
int frameWidth,
FadeType fadeType,
int seed,
Color backgroundColor
)
Type: System.Int32
The amount of the effect (variance of the random number generated by the transform).Type: System.Int32
The width of the frame.Type: Aurigma.GraphicsMill.Transforms.FadeType
A FadeType that specifies fade type for the spray effect.Type: System.Int32
Te seed for random generator.