Represents a HSV (=HSB) color space. http://en.wikipedia.org/wiki/HSV_color_space

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

Syntax

C#
public sealed class HsbColor
Visual Basic (Declaration)
Public NotInheritable Class HsbColor
Visual C++
public ref class HsbColor sealed

Inheritance Hierarchy

System..::.Object
  CoreDevices.DeviceControls.Colors..::.HsbColor

See Also