RADLib
RADical C++ application framework
RADUi::TerminalColor Struct Reference

RGB terminal color used for a rendered line. More...

#include <RADTerminal.h>

Public Attributes

uint8_t r = 230
 Red component. More...
 
uint8_t g = 237
 Green component. More...
 
uint8_t b = 242
 Blue component. More...
 

Detailed Description

RGB terminal color used for a rendered line.

Member Data Documentation

◆ b

uint8_t RADUi::TerminalColor::b = 242

Blue component.

◆ g

uint8_t RADUi::TerminalColor::g = 237

Green component.

◆ r

uint8_t RADUi::TerminalColor::r = 230

Red component.


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