Enum TypewriterFade
How each character "appears" before settling into its final form.
public enum TypewriterFade : byte
Fields
None = 0Final glyph appears immediately at full brightness.
Alpha = 1The 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.