Sets the hue saturation.

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
The h.
s
Type: System..::.Double
The s.

See Also