WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::color_type Struct Reference

#include <color.h>

Collaboration diagram for internal::color_type:

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 internal::color_type::color_union value
 

Detailed Description

Definition at line 240 of file color.h.

Constructor & Destructor Documentation

◆ color_type() [1/4]

FMT_CONSTEXPR internal::color_type::color_type ( )
inline

Definition at line 241 of file color.h.

◆ color_type() [2/4]

FMT_CONSTEXPR internal::color_type::color_type ( color  rgb_color)
inline

Definition at line 243 of file color.h.

◆ color_type() [3/4]

FMT_CONSTEXPR internal::color_type::color_type ( rgb  rgb_color)
inline

Definition at line 247 of file color.h.

◆ color_type() [4/4]

FMT_CONSTEXPR internal::color_type::color_type ( terminal_color  term_color)
inline

Definition at line 252 of file color.h.

Member Data Documentation

◆ is_rgb

bool internal::color_type::is_rgb

Definition at line 256 of file color.h.

◆ value

union internal::color_type::color_union internal::color_type::value

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