Creates from a given 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 HsbColor FromColor(
	Color color
)
Visual Basic (Declaration)
Public Shared Function FromColor ( _
	color As Color _
) As HsbColor
Visual C++
public:
static HsbColor^ FromColor(
	Color color
)

Parameters

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

Return Value

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

See Also