enum mrpt::system::TConsoleColor

Overview

For use in setConsoleColor() More…

#include <os.h>

enum TConsoleColor
{
    CONCOL_NORMAL = 0,
    CONCOL_BLUE   = 1,
    CONCOL_GREEN  = 2,
    CONCOL_RED    = 4,
};

Detailed Documentation

For use in setConsoleColor()

Deprecated Prefer ConsoleForegroundColor (since MRPT 2.3.3)