Determines if itensity of translated into another color

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

Syntax

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

Implements

IChannelStateCom..::.ShowFalseColor

See Also