Initializes a new instance of the RgbColor class.

Namespace:  CoreDevices.DeviceControls.Colors
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public RgbColor(
	int red,
	int green,
	int blue
)
Visual Basic (Declaration)
Public Sub New ( _
	red As Integer, _
	green As Integer, _
	blue As Integer _
)
Visual C++
public:
RgbColor(
	int red, 
	int green, 
	int blue
)

Parameters

red
Type: System..::.Int32
The red.
green
Type: System..::.Int32
The green.
blue
Type: System..::.Int32
The blue.

See Also