libcsdbg  1.28
C++ exception (and generic) stack trace debug library
style & csdbg::style::set_bgcolor ( color_t  bg)
inlinevirtual

Set the background color.

Parameters
[in]bgthe new color
Returns
*this

Definition at line 172 of file style.cpp.

References m_bgcolor.

173 {
174  m_bgcolor = bg;
175  return *this;
176 }
color_t m_bgcolor
Background color.
Definition: style.hpp:30