Click or drag to resize

WatercolorTintCommand Constructor (Double, WatercolorTintMode)

Creates a new instance of WatercolorTintCommand specifying the blur and tint mode.

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 WatercolorTintCommand(
	double blur,
	WatercolorTintMode mode
)

Parameters

blur
Type: SystemDouble
The amount of blurring to add during processing. (0 to 100)
mode
Type: Atalasoft.Imaging.ImageProcessing.EffectsWatercolorTintMode
Indicates if the image should be lightened or darkened.
Exceptions
ExceptionCondition
Thrown if blur is less than 0 or greater than 100.
See Also