|
Rosetta
|
#include <color.h>
Classes | |
| union | color_union |
Public Member Functions | |
| FMT_CONSTEXPR | color_type () FMT_NOEXCEPT |
| FMT_CONSTEXPR | color_type (color rgb_color) FMT_NOEXCEPT |
| FMT_CONSTEXPR | color_type (rgb rgb_color) FMT_NOEXCEPT |
| FMT_CONSTEXPR | color_type (terminal_color term_color) FMT_NOEXCEPT |
Public Attributes | |
| bool | is_rgb |
| union detail::color_type::color_union | value |
|
inline |
|
inline |
|
inline |
|
inline |
| bool detail::color_type::is_rgb |
Referenced by text_style::operator&=(), and text_style::operator|=().
| union detail::color_type::color_union detail::color_type::value |
Referenced by text_style::operator&=(), and text_style::operator|=().