LIPH's C++ Codes
liph::rgb Struct Reference

#include <terminal.h>

Public Member Functions

 rgb ()
 
 rgb (uint8_t r_, uint8_t g_, uint8_t b_)
 
std::string fg () const
 
std::string bg () const
 

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 

Constructor & Destructor Documentation

◆ rgb() [1/2]

liph::rgb::rgb ( )
inline

◆ rgb() [2/2]

liph::rgb::rgb ( uint8_t  r_,
uint8_t  g_,
uint8_t  b_ 
)
inline

Member Function Documentation

◆ bg()

std::string liph::rgb::bg ( ) const
inline

◆ fg()

std::string liph::rgb::fg ( ) const
inline

Member Data Documentation

◆ b

uint8_t liph::rgb::b

◆ g

uint8_t liph::rgb::g

◆ r

uint8_t liph::rgb::r

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