The string to wrap with colors and modes
The foreground color (see the fg enum type)
The background color (see the bg enum type)
The text mode (see the mode enum type)
writeln("This is blue".color(fg.blue)); writeln( color("This is red over green blinking", fg.blue, bg.green, mode.blink) );
Wraps a string around color escape sequences.