![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds a constant RGBA color.
Definition at line 240 of file nvmedia_vmp.h.
Data Fields | |
float_t | red |
Red color component. More... | |
float_t | green |
Green color component. More... | |
float_t | blue |
Blue color component. More... | |
float_t | alpha |
Alpha color component. More... | |
float_t NvMediaColor::alpha |
Alpha color component.
Definition at line 248 of file nvmedia_vmp.h.
float_t NvMediaColor::blue |
Blue color component.
Definition at line 246 of file nvmedia_vmp.h.
float_t NvMediaColor::green |
Green color component.
Definition at line 244 of file nvmedia_vmp.h.
float_t NvMediaColor::red |
Red color component.
Definition at line 242 of file nvmedia_vmp.h.