AnsiColour.toString

Notes: To create a valid ANSI command from these values, prefix it with "\033[" and suffix it with "m", then place your text after it.

struct AnsiColour
const pure
string
toString
()

Return Value

Type: string

This AnsiColour as an incomplete ANSI command.

Meta