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

Get the background color.

Returns
this->m_bgcolor

Definition at line 107 of file style.cpp.

References m_bgcolor.

108 {
109  return m_bgcolor;
110 }
color_t m_bgcolor
Background color.
Definition: style.hpp:30