Meeting SDK for Linux API Reference
|
FontColor attributes. The standard RGB color model has a value range of 0-255. More...
#include <meeting_chat_interface.h>
Data Fields | |
unsigned int | red = 0 |
unsigned int | green = 0 |
unsigned int | blue = 0 |
FontColor attributes. The standard RGB color model has a value range of 0-255.
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 135 of file meeting_chat_interface.h.
unsigned int FontColorAttrs::blue = 0 |
Font color B value.
Definition at line 141 of file meeting_chat_interface.h.
unsigned int FontColorAttrs::green = 0 |
Font color G value.
Definition at line 139 of file meeting_chat_interface.h.
unsigned int FontColorAttrs::red = 0 |
Font color R value.
Definition at line 137 of file meeting_chat_interface.h.