enum mrpt::system::ConsoleForegroundColor

Overview

For use in setConsoleColor(). More…

#include <os.h>

enum ConsoleForegroundColor
{
    DEFAULT        = 0,
    BLACK          = 30,
    RED            = 31,
    GREEN          = 32,
    YELLOW         = 33,
    BLUE           = 34,
    MAGENTA        = 35,
    CYAN           = 36,
    WHITE          = 37,
    BRIGHT_BLACK   = 90,
    BRIGHT_RED     = 91,
    BRIGHT_GREEN   = 92,
    BRIGHT_YELLOW  = 93,
    BRIGHT_BLUE    = 94,
    BRIGHT_MAGENTA = 95,
    BRIGHT_CYAN    = 96,
    BRIGHT_WHITE   = 97,
};

Detailed Documentation

For use in setConsoleColor().

Numerical values from vt100-console escape codes.