Gets or sets the precise hue. Values from 0 to 360.
Namespace:
CoreDevices.DeviceControls.ColorsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public double PreciseHue { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PreciseHue As Double |
Visual C++ |
---|
public: property double PreciseHue { double get (); void set (double value); } |