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

#include <meeting_chat_interface.h>

Data Fields

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

Detailed Description

Currently supported background color combinations. BackgroundColor_Normal, 255,255,255 BackgroundColor_Red, 255,67,67 BackgroundColor_Orange, 255,138,0 BackgroundColor_Yellow, 255,214,0 BackgroundColor_Green, 73,214,30 BackgroundColor_Blue, 47,139,255 BackgroundColor_Violet, 171,104,255 BackgroundColor_Rosered, 255,54,199 BackgroundColor_White 255,255,255

Definition at line 119 of file meeting_chat_interface.h.

Field Documentation

◆ blue

unsigned int BackgroundColorAttrs::blue = 0

Background color B value.

Definition at line 122 of file meeting_chat_interface.h.

◆ green

unsigned int BackgroundColorAttrs::green = 0

Background color G value.

Definition at line 121 of file meeting_chat_interface.h.

◆ red

unsigned int BackgroundColorAttrs::red = 0

Background color R value.

Definition at line 120 of file meeting_chat_interface.h.