TypeWritterWriteColorLineTask Method

Overload List

WriteColorLineTask(CancellationToken, String, Char, Int32, Int32) Asynchronously 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.

WriteColorLineTask(CancellationToken, String, ConsoleColor, ConsoleColor, Int32, Int32) Asynchronously writes colored text simulating a typewritter effect, and adds an empty line at the end.

See Also