WPILibC++ 2025.3.1
Loading...
Searching...
No Matches
detail::color_type Struct Reference

#include <fmt/color.h>

Classes

union  color_union
 

Public Member Functions

FMT_CONSTEXPR color_type () noexcept
 
FMT_CONSTEXPR color_type (color rgb_color) noexcept
 
FMT_CONSTEXPR color_type (rgb rgb_color) noexcept
 
FMT_CONSTEXPR color_type (terminal_color term_color) noexcept
 

Public Attributes

bool is_rgb
 
union detail::color_type::color_union value
 

Constructor & Destructor Documentation

◆ color_type() [1/4]

FMT_CONSTEXPR detail::color_type::color_type ( )
inlinenoexcept

◆ color_type() [2/4]

FMT_CONSTEXPR detail::color_type::color_type ( color rgb_color)
inlinenoexcept

◆ color_type() [3/4]

FMT_CONSTEXPR detail::color_type::color_type ( rgb rgb_color)
inlinenoexcept

◆ color_type() [4/4]

FMT_CONSTEXPR detail::color_type::color_type ( terminal_color term_color)
inlinenoexcept

Member Data Documentation

◆ is_rgb

bool detail::color_type::is_rgb

◆ value

union detail::color_type::color_union detail::color_type::value

The documentation for this struct was generated from the following file: