TypeWritterWriteColorLine Method

Overload List

WriteColorLine(String, Char, Int32, Int32) Writes colored text simulating a typewritter effect, and adds an empty line at the end.

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.

WriteColorLine(String, ConsoleColor, ConsoleColor, Int32, Int32) Writes colored-text simulating a typewritter effect, and adds an empty line at the end.

See Also