[Missing <summary> documentation for "M:CoreDevices.DeviceControls.ColorPicker.SetColor(System.Drawing.Color)"]

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

Syntax

C#
public void SetColor(
	Color value
)
Visual Basic (Declaration)
Public Sub SetColor ( _
	value As Color _
)
Visual C++
public:
void SetColor(
	Color value
)

Parameters

value
Type: System.Drawing..::.Color

[Missing <param name="value"/> documentation for "M:CoreDevices.DeviceControls.ColorPicker.SetColor(System.Drawing.Color)"]

See Also