ColorChar - RealDoigt/ConsolePaint GitHub Wiki

ColorChar

ColorChar is a struct which is basically a combination of a char and ConsoleColor to facilitate the output of coloured characters.

Fields

BackgroundColor

ForegroundColor

Character

Methods

Constructor

Write()

WriteLine()

ToString()

Static Methods

static Write()

static WriteLine()

ToColorString()

static ToString()