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 = 0Gaussian bg+fg blend (PerceivedCellColor) with character bubble-up and configurable power-curve fade. Richer color impression than default.
Custom = 3Full control via a user-provided per-cell compositing delegate.
Mica = 1Like Acrylic for background (Gaussian color impression from below) but NO character bubble-up. You see tinted color fields, not text. WinUI Mica analog.
Tinted = 2Simple flat overlay. Composites bg only — no fg influence, no bubble-up, no block character guard. Just a colored filter.