NVIDIA DeepStream SDK API Reference

6.4 Release
_NvOSD_ColorParams Struct Reference

Detailed Description

Holds the color parameters of the box or text to be overlayed.

Definition at line 80 of file nvll_osd_struct.h.

Data Fields

double red
 Holds the red component of color. More...
 
double green
 Holds the green component of color. More...
 
double blue
 Holds the blue component of color. More...
 
double alpha
 Holds the alpha component of color. More...
 

Field Documentation

◆ alpha

double _NvOSD_ColorParams::alpha

Holds the alpha component of color.

Value must be in the range 0.0-1.0.

Definition at line 90 of file nvll_osd_struct.h.

◆ blue

double _NvOSD_ColorParams::blue

Holds the blue component of color.

Value must be in the range 0.0-1.0.

Definition at line 87 of file nvll_osd_struct.h.

◆ green

double _NvOSD_ColorParams::green

Holds the green component of color.

Value must be in the range 0.0-1.0.

Definition at line 84 of file nvll_osd_struct.h.

◆ red

double _NvOSD_ColorParams::red

Holds the red component of color.

Value must be in the range 0.0-1.0.

Definition at line 81 of file nvll_osd_struct.h.


The documentation for this struct was generated from the following file: