Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FontColorAttrs Struct Reference

#include <meeting_chat_interface.h>

Data Fields

unsigned int red = 0
 Font color R value.
 
unsigned int green = 0
 Font color G value.
 
unsigned int blue = 0
 Font color B value.
 

Detailed Description

Currently supported font color combinations. FontColor_Red, 235,24,7 FontColor_Orange, 255,138,0 FontColor_Yellow, 248,194,0 FontColor_Green, 19,138,0 FontColor_Blue, 0,111,250 FontColor_Violet, 152,70,255 FontColor_Rosered, 226,0,148 FontColor_Black 34,34,48

Definition at line 100 of file meeting_chat_interface.h.

Field Documentation

◆ blue

unsigned int FontColorAttrs::blue = 0

Font color B value.

Definition at line 103 of file meeting_chat_interface.h.

◆ green

unsigned int FontColorAttrs::green = 0

Font color G value.

Definition at line 102 of file meeting_chat_interface.h.

◆ red

unsigned int FontColorAttrs::red = 0

Font color R value.

Definition at line 101 of file meeting_chat_interface.h.