Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::util::Colors Struct Reference

Represents the eight available terminal colors (and bold variants) More...

#include <goby/util/debug_logger/term_color.h>

Public Types

enum  Color {
  nocolor , red , lt_red , green ,
  lt_green , yellow , lt_yellow , blue ,
  lt_blue , magenta , lt_magenta , cyan ,
  lt_cyan , white , lt_white
}
 The eight terminal colors (and bold or "light" variants) More...
 

Detailed Description

Represents the eight available terminal colors (and bold variants)

Definition at line 108 of file term_color.h.

Member Enumeration Documentation

◆ Color

The eight terminal colors (and bold or "light" variants)

Enumerator
nocolor 
red 
lt_red 
green 
lt_green 
yellow 
lt_yellow 
blue 
lt_blue 
magenta 
lt_magenta 
cyan 
lt_cyan 
white 
lt_white 

Definition at line 111 of file term_color.h.


The documentation for this struct was generated from the following file: