Table of Contents

Enum TerminalTransparencyMode

Namespace
SharpConsoleUI.Configuration
Assembly
SharpConsoleUI.dll

Controls how semi-transparent windows behave when the desktop background is transparent (A=0).

public enum TerminalTransparencyMode
Extension Methods

Fields

PreserveTerminalTransparency = 1

Semi-transparent windows over a transparent desktop emit ANSI 49 (terminal default bg). The window's tint color is lost, but terminal-level transparency shows through. Use this when terminal transparency is more important than window tinting.

PreserveWindowColor = 0

Semi-transparent window colors blend against black (the RGB of Color.Transparent). The window shows a dark tinted color. Terminal transparency is lost under the window. This is the default — predictable, color-preserving behavior.