Initializes a new instance of the HsbColor class.
Namespace:
CoreDevices.DeviceControls.ColorsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public HsbColor( int hue, int saturation, int brightness ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ hue As Integer, _ saturation As Integer, _ brightness As Integer _ ) |
Visual C++ |
---|
public: HsbColor( int hue, int saturation, int brightness ) |
Parameters
- hue
- Type: System..::.Int32
The hue.
- saturation
- Type: System..::.Int32
The saturation.
- brightness
- Type: System..::.Int32
The brightness.