[Missing <summary> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.FromColor(System.Drawing.Color)"]

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

Syntax

C#
public static HsvColor FromColor(
	Color color
)
Visual Basic (Declaration)
Public Shared Function FromColor ( _
	color As Color _
) As HsvColor
Visual C++
public:
static HsvColor FromColor(
	Color color
)

Parameters

color
Type: System.Drawing..::.Color

[Missing <param name="color"/> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.FromColor(System.Drawing.Color)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.DeviceControls.Colors.HsvColor.FromColor(System.Drawing.Color)"]

See Also