Click or drag to resize

CrackleCommand Constructor (CrackleMode, Int32)

Creates a new instance of CrackleCommand specifying the crackle mode and definition.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public CrackleCommand(
	CrackleMode mode,
	int definition
)

Parameters

mode
Type: Atalasoft.Imaging.ImageProcessing.EffectsCrackleMode
The crackle mode.
definition
Type: SystemInt32
A value which controls sharpness of cracks. (0 to 100)
Exceptions
ExceptionCondition
Thrown if the definition is less than 0 or greater than 100.
See Also