Creates from a given color.
Namespace:
CoreDevices.DeviceControls.ColorsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static RgbColor FromHsbColor( HsbColor color ) |
Visual Basic (Declaration) |
---|
Public Shared Function FromHsbColor ( _ color As HsbColor _ ) As RgbColor |
Visual C++ |
---|
public: static RgbColor^ FromHsbColor( HsbColor^ color ) |
Parameters
- color
- Type: CoreDevices.DeviceControls.Colors..::.HsbColor
The color.
Return Value
[Missing <returns> documentation for "M:CoreDevices.DeviceControls.Colors.RgbColor.FromHsbColor(CoreDevices.DeviceControls.Colors.HsbColor)"]