You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output("some text", Colour::GREEN); // single green message, resets afterwards
setOutputColour(Colour::RED); // set default colour to reset to
resetOutputColour(); // reset to default colour
Must not use the word Colour because of the American/British spelling.
The text was updated successfully, but these errors were encountered:
Colour the output in a consistent manner.
output("some text", Colour::GREEN); // single green message, resets afterwards
setOutputColour(Colour::RED); // set default colour to reset to
resetOutputColour(); // reset to default colour
Must not use the word Colour because of the American/British spelling.
The text was updated successfully, but these errors were encountered: