NVIDIA DeepStream SDK API Reference

6.0 Release

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

Detailed Description

Definition at line 211 of file nvbufsurftransform.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

double _NvBufSurfTransform_ColorParams::alpha

Holds the alpha component of color.

Value must be in the range 0.0-1.0.

Definition at line 221 of file nvbufsurftransform.h.

double _NvBufSurfTransform_ColorParams::blue

Holds the blue component of color.

Value must be in the range 0.0-1.0.

Definition at line 218 of file nvbufsurftransform.h.

double _NvBufSurfTransform_ColorParams::green

Holds the green component of color.

Value must be in the range 0.0-1.0.

Definition at line 215 of file nvbufsurftransform.h.

double _NvBufSurfTransform_ColorParams::red

Holds the red component of color.

Value must be in the range 0.0-1.0.

Definition at line 212 of file nvbufsurftransform.h.


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