NVIDIA DeepStream SDK API Reference

8.0 Release
_NvBufSurfTransform_ColorParams Struct Reference

Detailed Description

Definition at line 234 of file sources/includes/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...
 
void * reserved [STRUCTURE_PADDING]
 Reserved fields for future expansion. More...
 

Field Documentation

◆ alpha

double _NvBufSurfTransform_ColorParams::alpha

Holds the alpha component of color.

Value must be in the range 0.0-1.0.

Definition at line 244 of file sources/includes/nvbufsurftransform.h.

◆ blue

double _NvBufSurfTransform_ColorParams::blue

Holds the blue component of color.

Value must be in the range 0.0-1.0.

Definition at line 241 of file sources/includes/nvbufsurftransform.h.

◆ green

double _NvBufSurfTransform_ColorParams::green

Holds the green component of color.

Value must be in the range 0.0-1.0.

Definition at line 238 of file sources/includes/nvbufsurftransform.h.

◆ red

double _NvBufSurfTransform_ColorParams::red

Holds the red component of color.

Value must be in the range 0.0-1.0.

Definition at line 235 of file sources/includes/nvbufsurftransform.h.

◆ reserved

void * _NvBufSurfTransform_ColorParams::reserved

Reserved fields for future expansion.

Definition at line 247 of file sources/includes/nvbufsurftransform.h.


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