Loading...
Searching...
No Matches
color.h
Go to the documentation of this file.
Definition core.h:1231 Definition core.h:1135 Definition format.h:599 Definition core.h:281 Definition core.h:1194 Definition format.h:691 Definition core.h:571 Definition core.h:757 Definition color.h:227 FMT_CONSTEXPR bool has_foreground() const FMT_NOEXCEPT Definition color.h:292 FMT_CONSTEXPR internal::color_type get_foreground() const FMT_NOEXCEPT Definition color.h:301 friend FMT_CONSTEXPR text_style operator|(text_style lhs, const text_style &rhs) Definition color.h:258 friend FMT_CONSTEXPR_DECL text_style bg(internal::color_type background) FMT_NOEXCEPT Definition color.h:345 FMT_CONSTEXPR text_style(emphasis em=emphasis()) FMT_NOEXCEPT Definition color.h:229 FMT_CONSTEXPR internal::color_type get_background() const FMT_NOEXCEPT Definition color.h:305 FMT_CONSTEXPR text_style & operator|=(const text_style &rhs) Definition color.h:234 friend FMT_CONSTEXPR_DECL text_style fg(internal::color_type foreground) FMT_NOEXCEPT Definition color.h:341 FMT_CONSTEXPR emphasis get_emphasis() const FMT_NOEXCEPT Definition color.h:309 FMT_CONSTEXPR text_style & operator&=(const text_style &rhs) Definition color.h:263 friend FMT_CONSTEXPR text_style operator&(text_style lhs, const text_style &rhs) Definition color.h:287 FMT_CONSTEXPR text_style(bool is_foreground, internal::color_type text_color) FMT_NOEXCEPT Definition color.h:315 FMT_CONSTEXPR bool has_background() const FMT_NOEXCEPT Definition color.h:295 void vprint(std::FILE *f, const text_style &ts, const S &format, basic_format_args< buffer_context< Char > > args) Definition color.h:502 void print(std::FILE *f, const text_style &ts, const S &format_str, const Args &... args) Definition color.h:519 FMT_CONSTEXPR text_style operator|(emphasis lhs, emphasis rhs) FMT_NOEXCEPT Definition color.h:349 @ italic @ bold @ underline @ strikethrough std::basic_string< Char > vformat(const text_style &ts, const S &format_str, basic_format_args< buffer_context< Char > > args) Definition color.h:541 @ bright_magenta @ bright_black @ bright_yellow @ bright_red @ bright_green @ bright_blue @ bright_cyan @ bright_white @ tomato @ steel_blue @ maroon @ misty_rose @ cadet_blue @ saddle_brown @ papaya_whip @ khaki @ lavender @ salmon @ black @ blue_violet @ dark_blue @ mint_cream @ medium_purple @ snow @ gainsboro @ sea_green @ olive_drab @ fire_brick @ peru @ deep_pink @ white_smoke @ deep_sky_blue @ ghost_white @ medium_aquamarine @ aquamarine @ teal @ plum @ chartreuse @ royal_blue @ lawn_green @ dark_slate_blue @ blue @ dark_gray @ pink @ dark_violet @ magenta @ medium_turquoise @ light_cyan @ medium_spring_green @ dark_salmon @ antique_white @ dark_sea_green @ pale_green @ pale_golden_rod @ light_coral @ dark_orchid @ tan @ dodger_blue @ old_lace @ crimson @ dark_green @ light_pink @ light_blue @ light_salmon @ cyan @ aqua @ navajo_white @ spring_green @ lime @ light_sky_blue @ lime_green @ alice_blue @ rosy_brown @ brown @ pale_turquoise @ rebecca_purple @ medium_blue @ light_yellow @ dim_gray @ powder_blue @ light_gray @ blanched_almond @ midnight_blue @ indigo @ lemon_chiffon @ indian_red @ golden_rod @ slate_blue @ dark_golden_rod @ sienna @ orchid @ thistle @ forest_green @ silver @ light_sea_green @ floral_white @ medium_slate_blue @ sandy_brown @ dark_red @ hot_pink @ green @ fuchsia @ dark_magenta @ linen @ yellow_green @ dark_orange @ light_steel_blue @ pale_violet_red @ dark_olive_green @ purple @ cornflower_blue @ light_slate_gray @ red @ dark_cyan @ light_green @ chocolate @ ivory @ medium_sea_green @ bisque @ gray @ azure @ sky_blue @ violet @ burly_wood @ wheat @ coral @ honey_dew @ green_yellow @ light_golden_rod_yellow @ yellow @ white @ lavender_blush @ moccasin @ turquoise @ medium_orchid @ gold @ dark_khaki @ dark_slate_gray @ peach_puff @ medium_violet_red @ orange_red @ cornsilk @ beige @ sea_shell @ navy @ olive @ slate_gray @ dark_turquoise @ orange std::basic_string< Char > format(const text_style &ts, const S &format_str, const Args &... args) Definition color.h:562 Definition chrono.h:309 void vformat_to(basic_memory_buffer< Char > &buf, const text_style &ts, basic_string_view< Char > format_str, basic_format_args< buffer_context< Char > > args) Definition color.h:473 FMT_CONSTEXPR ansi_color_escape< Char > make_foreground_color(internal::color_type foreground) FMT_NOEXCEPT Definition color.h:431 format_arg_store< buffer_context< Char >, remove_reference_t< Args >... > make_args_checked(const S &format_str, const remove_reference_t< Args > &... args) Definition core.h:1387 FMT_CONSTEXPR ansi_color_escape< Char > make_emphasis(emphasis em) FMT_NOEXCEPT Definition color.h:443 @ index void fputs< wchar_t >(const wchar_t *chars, FILE *stream) FMT_NOEXCEPT Definition color.h:453 FMT_CONSTEXPR ansi_color_escape< Char > make_background_color(internal::color_type background) FMT_NOEXCEPT Definition color.h:437 void reset_color< wchar_t >(FILE *stream) FMT_NOEXCEPT Definition color.h:461 Definition color.h:355 FMT_CONSTEXPR const Char * begin() const FMT_NOEXCEPT Definition color.h:413 FMT_CONSTEXPR const Char * end() const FMT_NOEXCEPT Definition color.h:414 FMT_CONSTEXPR ansi_color_escape(emphasis em) FMT_NOEXCEPT Definition color.h:392 FMT_CONSTEXPR ansi_color_escape(internal::color_type text_color, const char *esc) FMT_NOEXCEPT Definition color.h:356 static FMT_CONSTEXPR void to_esc(uint8_t c, Char *out, char delimiter) FMT_NOEXCEPT Definition color.h:421 Definition color.h:204 union internal::color_type::color_union value FMT_CONSTEXPR color_type(rgb rgb_color) FMT_NOEXCEPT Definition color.h:210 FMT_CONSTEXPR color_type(color rgb_color) FMT_NOEXCEPT Definition color.h:206 FMT_CONSTEXPR color_type(terminal_color term_color) FMT_NOEXCEPT Definition color.h:214 Definition core.h:439 Definition color.h:187 Definition color.h:219
|