Creates a text style from the background color.
Synopsis
Declared in <fmt/color.h>
constexpr
text_style
bg(/* implementation-defined */ background) noexcept;
Return Value
A text style consisting of foreground and background colors and emphasis.
Created with MrDocs