Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
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
 
unsigned int green = 0
 
unsigned int blue = 0
 

Detailed Description

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

Definition at line 583 of file zoom_sdk_def.h.

Field Documentation

◆ blue

unsigned int ZoomSDKColor::blue = 0

Font color B value.

Definition at line 589 of file zoom_sdk_def.h.

◆ green

unsigned int ZoomSDKColor::green = 0

Font color G value.

Definition at line 587 of file zoom_sdk_def.h.

◆ red

unsigned int ZoomSDKColor::red = 0

Font color R value.

Definition at line 585 of file zoom_sdk_def.h.