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