TypeWritterWriteColor Method

Overload List

WriteColor(String, Char, Int32, Int32) Writes colored text simulating a typewritter effect.

Use *F##* as the start delimiter of the ForeColor, use *-F* as the end delimiter of the ForeColor.

Use *B##* as the start delimiter of the BackColor, use *-B* as the end delimiter of the BackColor.

WriteColor(String, ConsoleColor, ConsoleColor, Int32, Int32) Writes colored text simulating a typewritter effect.

See Also