Click or drag to resize

WatercolorTintCommand Constructor (Double, WatercolorTintMode, Boolean)

Creates a new instance of WatercolorTintCommand specifying blur, tint mode and contrast enhancement.

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,
	bool enhanceContrast
)

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.
enhanceContrast
Type: SystemBoolean
A value indicating whether the image contrast is enhanced during processing.
Exceptions
ExceptionCondition
Thrown if blur is less than 0 or greater than 100.
See Also