[Missing <summary> documentation for "M:CoreDevices.DeviceControls.ColorAreaUserControl.SetHueSaturation(System.Double,System.Double)"]

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

Syntax

C#
public void SetHueSaturation(
	double h,
	double s
)
Visual Basic (Declaration)
Public Sub SetHueSaturation ( _
	h As Double, _
	s As Double _
)
Visual C++
public:
void SetHueSaturation(
	double h, 
	double s
)

Parameters

h
Type: System..::.Double

[Missing <param name="h"/> documentation for "M:CoreDevices.DeviceControls.ColorAreaUserControl.SetHueSaturation(System.Double,System.Double)"]

s
Type: System..::.Double

[Missing <param name="s"/> documentation for "M:CoreDevices.DeviceControls.ColorAreaUserControl.SetHueSaturation(System.Double,System.Double)"]

See Also