Table of Contents

Enum TypewriterFade

Namespace
Retro.Crt
Assembly
Retro.Crt.dll

How each character "appears" before settling into its final form.

public enum TypewriterFade : byte

Fields

None = 0

Final glyph appears immediately at full brightness.

Alpha = 1

The glyph is rendered in its final shape from the start, but its foreground color ramps from dim to full over a few frames — like the character is fading in at constant hue. Requires the resolved foreground color to be truecolor; on Standard16 (which has no brightness scaling) the fade is skipped.