NVIDIA DeepStream SDK API Reference4.0 Release |
Holds the color parameters of the box or text to be overlayed.
Definition at line 74 of file nvll_osd_struct.h.
Data Fields | |
double | red |
Holds red component of color. More... | |
double | green |
Holds green component of color. More... | |
double | blue |
Holds blue component of color. More... | |
double | alpha |
Holds alpha component of color. More... | |
double _NvOSD_ColorParams::alpha |
Holds alpha component of color.
Value must be in the range 0-1.
Definition at line 84 of file nvll_osd_struct.h.
double _NvOSD_ColorParams::blue |
Holds blue component of color.
Value must be in the range 0-1.
Definition at line 81 of file nvll_osd_struct.h.
double _NvOSD_ColorParams::green |
Holds green component of color.
Value must be in the range 0-1.
Definition at line 78 of file nvll_osd_struct.h.
double _NvOSD_ColorParams::red |
Holds red component of color.
Value must be in the range 0-1.
Definition at line 75 of file nvll_osd_struct.h.