libcsdbg  1.28
C++ exception (and generic) stack trace debug library
color_t csdbg::style::fgcolor ( ) const
inlinevirtual

Get the foreground color.

Returns
this->m_fgcolor

Definition at line 96 of file style.cpp.

References m_fgcolor.

97 {
98  return m_fgcolor;
99 }
color_t m_fgcolor
Foreground (text) color.
Definition: style.hpp:28