Click or drag to resize

SaturationCommand Constructor (Double)

Creates a new instance of SaturationCommand specifying the saturation level.

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 SaturationCommand(
	double saturationLevel
)

Parameters

saturationLevel
Type: SystemDouble
The saturation level to apply.
See Also