|
Meeting SDK for macOS API Reference
|
Represents an RGB color with float components. More...
#include <ZoomSDKCustomizedAnnotationCtr.h>
Data Fields | |
| float | red |
| Red color component, range is 0 to 255. | |
| float | green |
| Green color component, range is 0 to 255. | |
| float | blue |
| Blue color component, range is 0 to 255. | |
Represents an RGB color with float components.
Definition at line 15 of file ZoomSDKCustomizedAnnotationCtr.h.
| float Color::blue |
Blue color component, range is 0 to 255.
Definition at line 27 of file ZoomSDKCustomizedAnnotationCtr.h.
| float Color::green |
Green color component, range is 0 to 255.
Definition at line 23 of file ZoomSDKCustomizedAnnotationCtr.h.
| float Color::red |
Red color component, range is 0 to 255.
Definition at line 19 of file ZoomSDKCustomizedAnnotationCtr.h.