Gets or sets the brightness. Values from 0 to 100.

Namespace:  CoreDevices.DeviceControls.Colors
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Field Value

The brightness.

See Also