Gets or sets the blue component. Values from 0 to 255.
Namespace:
CoreDevices.DeviceControls.ColorsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int Blue { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Blue As Integer |
Visual C++ |
---|
public: property int Blue { int get (); void set (int value); } |