[Missing <summary> documentation for "M:CoreDevices.DeviceControls.ColorAreaUserControl.GetHueSaturation(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 GetHueSaturation(
	out double h,
	out double s
)
Visual Basic (Declaration)
Public Sub GetHueSaturation ( _
	<OutAttribute> ByRef h As Double, _
	<OutAttribute> ByRef s As Double _
)
Visual C++
public:
void GetHueSaturation(
	[OutAttribute] double% h, 
	[OutAttribute] double% s
)

Parameters

h
Type: System..::.Double %

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

s
Type: System..::.Double %

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

See Also