![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds a pixel value.
Definition at line 236 of file nvscrncapt.h.
Data Fields | |
union { | |
unsigned char r | |
unsigned char y | |
}; | |
Holds the R/Y plane pixel value. More... | |
union { | |
unsigned char g | |
unsigned char u | |
}; | |
Holds the G/U plane pixel value. More... | |
union { | |
unsigned char b | |
unsigned char v | |
}; | |
Holds the B/V plane pixel value. More... | |
unsigned char | alpha |
Holds the alpha pixel value. More... | |
union { ... } |
Holds the R/Y plane pixel value.
union { ... } |
Holds the G/U plane pixel value.
union { ... } |
Holds the B/V plane pixel value.
unsigned char NvScrncaptPixel::alpha |
Holds the alpha pixel value.
Definition at line 253 of file nvscrncapt.h.
unsigned char NvScrncaptPixel::b |
Definition at line 249 of file nvscrncapt.h.
unsigned char NvScrncaptPixel::g |
Definition at line 244 of file nvscrncapt.h.
unsigned char NvScrncaptPixel::r |
Definition at line 239 of file nvscrncapt.h.
unsigned char NvScrncaptPixel::u |
Definition at line 245 of file nvscrncapt.h.
unsigned char NvScrncaptPixel::v |
Definition at line 250 of file nvscrncapt.h.
unsigned char NvScrncaptPixel::y |
Definition at line 240 of file nvscrncapt.h.