Search Results for

    Class TextWriterSlowColor

    Console text writer with color support (slow write)

    Inheritance
    object
    TextWriterSlowColor
    Namespace
    Terminaux.Writer.ConsoleWriters @ Terminaux.dll
    Syntax
    public static class TextWriterSlowColor


    Methods

    WriteSlowly(string, bool, double, ThemeColorType, params object[])

    Outputs the text into the terminal prompt slowly with color support.

    Declaration
    public static void WriteSlowly(string msg, bool Line, double MsEachLetter, ThemeColorType color = ThemeColorType.NeutralText, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    MsEachLetter double

    Time in milliseconds to delay writing

    color ThemeColorType

    A color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteSlowly(string, bool, double, ThemeColorType, ThemeColorType, params object[])

    Outputs the text into the terminal prompt slowly with color support.

    Declaration
    public static void WriteSlowly(string msg, bool Line, double MsEachLetter, ThemeColorType ForegroundColor = ThemeColorType.NeutralText, ThemeColorType BackgroundColor = ThemeColorType.Background, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    MsEachLetter double

    Time in milliseconds to delay writing

    ForegroundColor ThemeColorType

    A foreground color that will be changed to.

    BackgroundColor ThemeColorType

    A background color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteSlowlyColor(string, bool, double, Color, params object[])

    Outputs the text into the terminal prompt slowly with color support.

    Declaration
    public static void WriteSlowlyColor(string msg, bool Line, double MsEachLetter, Color color, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    MsEachLetter double

    Time in milliseconds to delay writing

    color Color

    A color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteSlowlyColorBack(string, bool, double, Color, Color, params object[])

    Outputs the text into the terminal prompt slowly with color support.

    Declaration
    public static void WriteSlowlyColorBack(string msg, bool Line, double MsEachLetter, Color ForegroundColor, Color BackgroundColor, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    MsEachLetter double

    Time in milliseconds to delay writing

    ForegroundColor Color

    A foreground color that will be changed to.

    BackgroundColor Color

    A background color that will be changed to.

    vars object[]

    Variables to format the message before it's written.

    WriteSlowlyPlain(string, bool, double, params object[])

    Outputs the text into the terminal prompt slowly with color support.

    Declaration
    public static void WriteSlowlyPlain(string msg, bool Line, double MsEachLetter, params object[] vars)
    Parameters
    Name Type Description
    msg string

    A sentence that will be written to the terminal prompt. Supports {0}, {1}, ...

    Line bool

    Whether to print a new line or not

    MsEachLetter double

    Time in milliseconds to delay writing

    vars object[]

    Variables to format the message before it's written.

    Show / Hide Table of Contents

    Table of contents



      About

      Copyright © 2014-2026 Aptivi

      Find us

    •  
    •  
    •  
    •  
    •  
    •  
    • Social media

    •  
    •  
    •  
    •