Table of Contents

Enum TransparencyStyle

Namespace
SharpConsoleUI.Rendering
Assembly
SharpConsoleUI.dll

Controls how a transparent window composites against content below it.

public enum TransparencyStyle
Extension Methods

Fields

Acrylic = 0

Gaussian bg+fg blend (PerceivedCellColor) with character bubble-up and configurable power-curve fade. Richer color impression than default.

Custom = 3

Full control via a user-provided per-cell compositing delegate.

Mica = 1

Like Acrylic for background (Gaussian color impression from below) but NO character bubble-up. You see tinted color fields, not text. WinUI Mica analog.

Tinted = 2

Simple flat overlay. Composites bg only — no fg influence, no bubble-up, no block character guard. Just a colored filter.