This is to make it easier for someone who does not have .Net to set the channel color
Namespace:
CoreDevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void SetChannelColor( double Red, double Green, double Blue ) |
Visual Basic (Declaration) |
---|
Public Sub SetChannelColor ( _ Red As Double, _ Green As Double, _ Blue As Double _ ) |
Visual C++ |
---|
public: void SetChannelColor( double Red, double Green, double Blue ) |
Parameters
- Red
- Type: System..::.Double
[Missing <param name="Red"/> documentation for "M:CoreDevices.ChannelState.SetChannelColor(System.Double,System.Double,System.Double)"]
- Green
- Type: System..::.Double
[Missing <param name="Green"/> documentation for "M:CoreDevices.ChannelState.SetChannelColor(System.Double,System.Double,System.Double)"]
- Blue
- Type: System..::.Double
[Missing <param name="Blue"/> documentation for "M:CoreDevices.ChannelState.SetChannelColor(System.Double,System.Double,System.Double)"]