[#fmt-bg] = xref:fmt.adoc[fmt]::bg :relfileprefix: ../ :mrdocs: Creates a text style from the background color. == Synopsis Declared in `<fmt/color.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:fmt/text_style.adoc[text_style] bg(/* implementation-defined */ background) noexcept; ---- == Return Value A text style consisting of foreground and background colors and emphasis. [.small]#Created with https://www.mrdocs.com[MrDocs]#