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

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

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

Exceptions

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

See Also