enum mrpt::system::ConsoleBackgroundColor

Overview

For use in setConsoleColor(). More…

#include <os.h>

enum ConsoleBackgroundColor
{
    DEFAULT        = 0,
    BLACK          = 40,
    RED            = 41,
    GREEN          = 42,
    YELLOW         = 43,
    BLUE           = 44,
    MAGENTA        = 45,
    CYAN           = 46,
    WHITE          = 34,
    BRIGHT_BLACK   = 100,
    BRIGHT_RED     = 101,
    BRIGHT_GREEN   = 102,
    BRIGHT_YELLOW  = 103,
    BRIGHT_BLUE    = 104,
    BRIGHT_MAGENTA = 105,
    BRIGHT_CYAN    = 106,
    BRIGHT_WHITE   = 107,
};

Detailed Documentation

For use in setConsoleColor().

Numerical values from vt100-console escape codes.