Table of Contents

Field None

Namespace
Terminal.Gui.Drawing
Assembly
Terminal.Gui.dll

No color (alpha = 0). When used in an Attribute, the terminal's default foreground or background color is used instead of an explicit color. This allows the terminal's native background (including any transparency or acrylic effects) to show through.

public static readonly Color None

Returns

Color
No color (alpha = 0). When used in an , the terminal's default foreground or background color is used instead of an explicit color. This allows the terminal's native background (including any transparency or acrylic effects) to show through.

Remarks

Uses ARGB 0x00FFFFFF (alpha=0, RGB=white) as the sentinel value. This ensures it is distinguishable from default(Color) which has all bytes zeroed.