Gets / sets the brightness state of an led (0-100 %)

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public double Brightness { get; set; }
Visual Basic (Declaration)
Public Property Brightness As Double
Visual C++
public:
property double Brightness {
	double get ();
	void set (double value);
}

Remarks

This controls the power to the led.

See Also