Initializes a new instance of the ColorSlider class.

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

Syntax

C#
public ColorSlider(
	int min,
	int max,
	int value
)
Visual Basic (Declaration)
Public Sub New ( _
	min As Integer, _
	max As Integer, _
	value As Integer _
)
Visual C++
public:
ColorSlider(
	int min, 
	int max, 
	int value
)

Parameters

min
Type: System..::.Int32
The minimum value.
max
Type: System..::.Int32
The maximum value.
value
Type: System..::.Int32
The current value.

See Also