Livox SDK API  V2.1.0
fmt::v5::internal::color_type Struct Reference

#include <color.h>

Classes

union  color_union
 

Public Member Functions

 color_type () throw ()
 
 color_type (color rgb_color) throw ()
 
 color_type (rgb rgb_color) throw ()
 
 color_type (terminal_color term_color) throw ()
 

Public Attributes

bool is_rgb
 
union fmt::v5::internal::color_type::color_union value
 

Detailed Description

Definition at line 240 of file color.h.

Constructor & Destructor Documentation

fmt::v5::internal::color_type::color_type ( )
throw (
)
inline

Definition at line 241 of file color.h.

fmt::v5::internal::color_type::color_type ( color  rgb_color)
throw (
)
inline

Definition at line 243 of file color.h.

fmt::v5::internal::color_type::color_type ( rgb  rgb_color)
throw (
)
inline

Definition at line 247 of file color.h.

fmt::v5::internal::color_type::color_type ( terminal_color  term_color)
throw (
)
inline

Definition at line 252 of file color.h.

Member Data Documentation

bool fmt::v5::internal::color_type::is_rgb

Definition at line 256 of file color.h.

union fmt::v5::internal::color_type::color_union fmt::v5::internal::color_type::value

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