TransformsProvider.Spray Method (Int32)

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

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

Syntax

C#
public void Spray(
	int amount
)

Parameters

amount

Type: System.Int32

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

Remarks

Spray effect lies in spreading pixels randomly.

See Also

Reference