Gets or sets the Saturation Level. Values range from -100 to 100.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

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

Exceptions

ExceptionCondition
System.ArgumentOutOfRangeException The specified value is not range from -100 to 100.