![]() |
WPILibC++ 2025.3.2
|
#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 |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| bool detail::color_type::is_rgb |
| union detail::color_type::color_union detail::color_type::value |