TransformsProvider.Spray Method (Int32, Int32, FadeType, Int32, Color)

Applies a spray effect to the bitmap using the specified settings.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Spray(
	int amount,
	int frameWidth,
	FadeType fadeType,
	int seed,
	Color backgroundColor
)

Parameters

amount

Type: System.Int32

The amount of the effect (variance of the random number generated by the transform).
frameWidth

Type: System.Int32

The width of the frame.
fadeType

Type: Aurigma.GraphicsMill.Transforms.FadeType

A FadeType that specifies fade type for the spray effect.
seed

Type: System.Int32

Te seed for random generator.
backgroundColor

Type: Aurigma.GraphicsMill.Color

Remarks

Spray effect lies in spreading pixels randomly.

See Also

Reference