libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
style
& csdbg::style::set_bgcolor
(
color_t
bg
)
inline
virtual
Set the background color.
Parameters
[in]
bg
the new color
Returns
*this
Definition at line
172
of file
style.cpp
.
References
m_bgcolor
.
173
{
174
m_bgcolor
= bg;
175
return
*
this
;
176
}
csdbg::style::m_bgcolor
color_t m_bgcolor
Background color.
Definition:
style.hpp:30
csdbg
style
Generated by
1.8.5