Gets or sets image brightness. Value must be in the range [-1..1].

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public float Brightness { get; set; }
Visual Basic
Public Property Brightness As Single
	Get
	Set
Visual C++
public:
property float Brightness {
	float get ();
	void set (float value);
}

See Also