Gets or sets the precise light. 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 double PreciseLight { get; set; }
Visual Basic (Declaration)
Public Property PreciseLight As Double
Visual C++
public:
property double PreciseLight {
	double get ();
	void set (double value);
}

Field Value

The precise light.

See Also