TuttleOFX
1
|
Defines an 8 bit per component YUVA pixel. More...
#include <ofxPixels.h>
Data Fields | |
unsigned char | y |
unsigned char | u |
unsigned char | v |
unsigned char | a |
Defines an 8 bit per component YUVA pixel.
Definition at line 85 of file ofxPixels.h.
unsigned char OfxYUVAColourB::a |
Definition at line 86 of file ofxPixels.h.
unsigned char OfxYUVAColourB::u |
Definition at line 86 of file ofxPixels.h.
unsigned char OfxYUVAColourB::v |
Definition at line 86 of file ofxPixels.h.
unsigned char OfxYUVAColourB::y |
Definition at line 86 of file ofxPixels.h.