Gets or sets the 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 int Hue { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Hue As Integer |
Visual C++ |
---|
public: property int Hue { int get (); void set (int value); } |