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

Zoom SDK color. The standard RGB color model has a value range of 0-255. More...

#include <zoom_sdk_def.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

Zoom SDK color. The standard RGB color model has a value range of 0-255.

Definition at line 406 of file zoom_sdk_def.h.

Field Documentation

◆ blue

unsigned int ZoomSDKColor::blue = 0

Font color B value.

Definition at line 409 of file zoom_sdk_def.h.

◆ green

unsigned int ZoomSDKColor::green = 0

Font color G value.

Definition at line 408 of file zoom_sdk_def.h.

◆ red

unsigned int ZoomSDKColor::red = 0

Font color R value.

Definition at line 407 of file zoom_sdk_def.h.