Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
Color Struct 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.
 

Detailed Description

Represents an RGB color with float components.

Definition at line 15 of file ZoomSDKCustomizedAnnotationCtr.h.

Field Documentation

◆ blue

float Color::blue

Blue color component, range is 0 to 255.

Definition at line 27 of file ZoomSDKCustomizedAnnotationCtr.h.

◆ green

float Color::green

Green color component, range is 0 to 255.

Definition at line 23 of file ZoomSDKCustomizedAnnotationCtr.h.

◆ red

float Color::red

Red color component, range is 0 to 255.

Definition at line 19 of file ZoomSDKCustomizedAnnotationCtr.h.