Loading...
Searching...
No Matches
color.h
Go to the documentation of this file.
Definition core.h:1828 Definition core.h:1490 Definition format.h:654 Definition core.h:355 Definition core.h:665 Definition core.h:1049 Definition format.h:770 Definition color.h:227 friend FMT_CONSTEXPR_DECL text_style bg(detail::color_type background) FMT_NOEXCEPT Definition color.h:345 FMT_CONSTEXPR text_style(bool is_foreground, detail::color_type text_color) FMT_NOEXCEPT Definition color.h:315 FMT_CONSTEXPR bool has_foreground() const FMT_NOEXCEPT Definition color.h:292 friend FMT_CONSTEXPR text_style operator|(text_style lhs, const text_style &rhs) Definition color.h:258 FMT_CONSTEXPR detail::color_type get_foreground() const FMT_NOEXCEPT Definition color.h:301 friend FMT_CONSTEXPR_DECL text_style fg(detail::color_type foreground) FMT_NOEXCEPT Definition color.h:341 FMT_CONSTEXPR text_style(emphasis em=emphasis()) FMT_NOEXCEPT Definition color.h:229 FMT_CONSTEXPR text_style & operator|=(const text_style &rhs) Definition color.h:234 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 bool has_background() const FMT_NOEXCEPT Definition color.h:295 FMT_CONSTEXPR detail::color_type get_background() const FMT_NOEXCEPT Definition color.h:305 void print(std::FILE *f, const text_style &ts, const S &format_str, const Args &... args) Definition color.h:519 OutputIt vformat_to(OutputIt out, const text_style &ts, basic_string_view< Char > format_str, basic_format_args< buffer_context< type_identity_t< Char > > > args) Definition color.h:571 auto format_to(OutputIt out, const text_style &ts, const S &format_str, Args &&... args) -> typename std::enable_if< enable, OutputIt >::type Definition color.h:594 FMT_CONSTEXPR text_style operator|(emphasis lhs, emphasis rhs) FMT_NOEXCEPT Definition color.h:349 @ italic @ bold @ underline @ strikethrough @ 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:560 std::basic_string< Char > vformat(const text_style &ts, const S &format_str, basic_format_args< buffer_context< type_identity_t< Char > > > args) Definition color.h:539 void vprint(std::FILE *f, const text_style &ts, const S &format, basic_format_args< buffer_context< type_identity_t< Char > > > args) Definition color.h:498 Definition chrono.h:284 FMT_CONSTEXPR ansi_color_escape< Char > make_background_color(detail::color_type background) FMT_NOEXCEPT Definition color.h:437 FMT_CONSTEXPR ansi_color_escape< Char > make_emphasis(emphasis em) FMT_NOEXCEPT Definition color.h:443 void vformat_to(buffer< Char > &buf, const text_style &ts, basic_string_view< Char > format_str, basic_format_args< buffer_context< type_identity_t< Char > > > args) Definition color.h:473 FMT_CONSTEXPR ansi_color_escape< Char > make_foreground_color(detail::color_type foreground) FMT_NOEXCEPT Definition color.h:431 @ index iterator_buffer< OutputIt, T > get_buffer(OutputIt) void fputs< wchar_t >(const wchar_t *chars, FILE *stream) FMT_NOEXCEPT Definition color.h:453 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(detail::color_type text_color, const char *esc) FMT_NOEXCEPT Definition color.h:356 FMT_CONSTEXPR ansi_color_escape(emphasis em) FMT_NOEXCEPT Definition color.h:392 static FMT_CONSTEXPR void to_esc(uint8_t c, Char *out, char delimiter) FMT_NOEXCEPT Definition color.h:421 Definition color.h:204 FMT_CONSTEXPR color_type(rgb rgb_color) FMT_NOEXCEPT Definition color.h:210 union detail::color_type::color_union value 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:1367 Definition core.h:509 Definition color.h:187 Definition color.h:219
|