if ShowFalseColor is true then this is the false color

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

Syntax

C#
public Color ChannelColor { get; set; }
Visual Basic (Declaration)
Public Property ChannelColor As Color
Visual C++
public:
virtual property Color ChannelColor {
	Color get () sealed;
	void set (Color value) sealed;
}

Implements

IChannelStateCom..::.ChannelColor

See Also