Initializes a new instance of the HsvColor class

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

Syntax

C#
public HsvColor(
	int hue,
	int saturation,
	int value
)
Visual Basic (Declaration)
Public Sub New ( _
	hue As Integer, _
	saturation As Integer, _
	value As Integer _
)
Visual C++
public:
HsvColor(
	int hue, 
	int saturation, 
	int value
)

Parameters

hue
Type: System..::.Int32

[Missing <param name="hue"/> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.#ctor(System.Int32,System.Int32,System.Int32)"]

saturation
Type: System..::.Int32

[Missing <param name="saturation"/> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.#ctor(System.Int32,System.Int32,System.Int32)"]

value
Type: System..::.Int32

[Missing <param name="value"/> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also