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. | |
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.
unsigned int ZoomSDKColor::blue = 0 |
Font color B value.
Definition at line 409 of file zoom_sdk_def.h.
unsigned int ZoomSDKColor::green = 0 |
Font color G value.
Definition at line 408 of file zoom_sdk_def.h.
unsigned int ZoomSDKColor::red = 0 |
Font color R value.
Definition at line 407 of file zoom_sdk_def.h.