L4T Multimedia API Reference

32.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
_NvOSD_ColorParams Struct Reference

Detailed Description

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

Definition at line 61 of file nvosd.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...
 

Field Documentation

double _NvOSD_ColorParams::alpha

Holds alpha component of color.

Value must be in the range 0-1.

Definition at line 71 of file nvosd.h.

double _NvOSD_ColorParams::blue

Holds blue component of color.

Value must be in the range 0-1.

Definition at line 68 of file nvosd.h.

double _NvOSD_ColorParams::green

Holds green component of color.

Value must be in the range 0-1.

Definition at line 65 of file nvosd.h.

double _NvOSD_ColorParams::red

Holds red component of color.

Value must be in the range 0-1.

Definition at line 62 of file nvosd.h.


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