If a pixel is of a hue within our KeyColor range, limit removal to the specified saturation. Range: 0 to 100. Default: 30

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Saturation { get; set; }
Public Property Saturation As Integer
	Get
	Set
public:
property int Saturation {
	int get ();
	void set (int value);
}

See Also