Agora  1.2.0
Agora project
fmt::v8::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
 

Constructor & Destructor Documentation

◆ rgb() [1/4]

fmt::v8::rgb::rgb ( )
inline

◆ rgb() [2/4]

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

◆ rgb() [3/4]

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

◆ rgb() [4/4]

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

Member Data Documentation

◆ b

uint8_t fmt::v8::rgb::b

◆ g

uint8_t fmt::v8::rgb::g

◆ r

uint8_t fmt::v8::rgb::r

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