Livox SDK API  V2.2.0
fmt::v5::rgb Struct Reference

#include <color.h>

Public Member Functions

 rgb ()
 
 rgb (uint8_t r_, uint8_t g_, uint8_t b_)
 
 rgb (uint32_t hex)
 
 rgb (color hex)
 

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

Definition at line 223 of file color.h.

Constructor & Destructor Documentation

fmt::v5::rgb::rgb ( )
inline

Definition at line 224 of file color.h.

fmt::v5::rgb::rgb ( uint8_t  r_,
uint8_t  g_,
uint8_t  b_ 
)
inline

Definition at line 225 of file color.h.

fmt::v5::rgb::rgb ( uint32_t  hex)
inline

Definition at line 227 of file color.h.

fmt::v5::rgb::rgb ( color  hex)
inline

Definition at line 229 of file color.h.

Member Data Documentation

uint8_t fmt::v5::rgb::b

Definition at line 234 of file color.h.

uint8_t fmt::v5::rgb::g

Definition at line 233 of file color.h.

uint8_t fmt::v5::rgb::r

Definition at line 232 of file color.h.


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