_NvOSD_ColorParams¶
-
struct
_NvOSD_ColorParams
¶ Holds the color parameters of the box or text to be overlayed.
Public Members
-
double
red
¶ Holds the red component of color.
Value must be in the range 0.0-1.0.
-
double
green
¶ Holds the green component of color.
Value must be in the range 0.0-1.0.
-
double
blue
¶ Holds the blue component of color.
Value must be in the range 0.0-1.0.
-
double
alpha
¶ Holds the alpha component of color.
Value must be in the range 0.0-1.0.
-
double