Table of Contents

Constructor TerminalColorDetector

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

TerminalColorDetector(IDriver?, IAnsiStartupGate?)

Creates a new instance of the TerminalColorDetector class.

public TerminalColorDetector(IDriver? driver, IAnsiStartupGate? startupGate = null)

Parameters

driver IDriver

The driver to send ANSI requests through.

startupGate IAnsiStartupGate

Optional startup gate to mark query readiness.