A namespace containing functions to set the background color in an output stream.
More...
|
std::ostream & | brightBlack (std::ostream &stream) |
| Set the background color to bright black.
|
|
std::ostream & | brightRed (std::ostream &stream) |
| Set the background color to bright red.
|
|
std::ostream & | brightGreen (std::ostream &stream) |
| Set the background color to bright green.
|
|
std::ostream & | brightYellow (std::ostream &stream) |
| Set the background color to bright yellow.
|
|
std::ostream & | brightBlue (std::ostream &stream) |
| Set the background color to bright blue.
|
|
std::ostream & | brightCyan (std::ostream &stream) |
| Set the background color to bright cyan.
|
|
std::ostream & | brightWhite (std::ostream &stream) |
| Set the background color to bright white.
|
|
A namespace containing functions to set the background color in an output stream.
◆ brightBlack()
std::ostream & steppable::__internals::utils::colorsBg::brightBlack |
( |
std::ostream & | stream | ) |
|
Set the background color to bright black.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightBlue()
std::ostream & steppable::__internals::utils::colorsBg::brightBlue |
( |
std::ostream & | stream | ) |
|
Set the background color to bright blue.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightCyan()
std::ostream & steppable::__internals::utils::colorsBg::brightCyan |
( |
std::ostream & | stream | ) |
|
Set the background color to bright cyan.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightGreen()
std::ostream & steppable::__internals::utils::colorsBg::brightGreen |
( |
std::ostream & | stream | ) |
|
Set the background color to bright green.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightRed()
std::ostream & steppable::__internals::utils::colorsBg::brightRed |
( |
std::ostream & | stream | ) |
|
Set the background color to bright red.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightWhite()
std::ostream & steppable::__internals::utils::colorsBg::brightWhite |
( |
std::ostream & | stream | ) |
|
Set the background color to bright white.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.
◆ brightYellow()
std::ostream & steppable::__internals::utils::colorsBg::brightYellow |
( |
std::ostream & | stream | ) |
|
Set the background color to bright yellow.
- Parameters
-
[in] | stream | The output stream to modify. |
- Returns
- The modified output stream.