All Classes Files Functions Variables Typedefs Pages
Typedefs | Enumerations | Functions
TerminalLook.hpp File Reference

Detailed Description

This file is part of the Lumina Graphics Framework.

Author
Lukas Kalbertodt lukas.nosp@m..kal.nosp@m.berto.nosp@m.dt@g.nosp@m.mail..nosp@m.com

This file defines functions for manipulating the appearance of the terminal (std::cout). Works for Windows and compatible linux terminals.

Go to the source code of this file.

Typedefs

using TL = TerminalLook
 

Enumerations

enum  TerminalLook {
  Reset,
  ResetText,
  ResetBG,
  ResetWeight,
  ResetDec,
  Bold,
  Thin,
  Underline,
  Black,
  Red,
  Green,
  Yellow,
  Blue,
  Magenta,
  Cyan,
  White,
  BlackBG,
  RedBG,
  GreenBG,
  YellowBG,
  BlueBG,
  MagentaBG,
  CyanBG,
  WhiteBG
}
 

Functions

std::ostream & operator<< (std::ostream &out, TL look)
 Overloaded operator<< for applying TL values. More...