TuttleOFX
1
|
Defines an 8 bit per component RGBA pixel. More...
#include <ofxPixels.h>
Data Fields | |
unsigned char | r |
unsigned char | g |
unsigned char | b |
unsigned char | a |
Defines an 8 bit per component RGBA pixel.
Definition at line 43 of file ofxPixels.h.
unsigned char OfxRGBAColourB::a |
Definition at line 44 of file ofxPixels.h.
unsigned char OfxRGBAColourB::b |
Definition at line 44 of file ofxPixels.h.
unsigned char OfxRGBAColourB::g |
Definition at line 44 of file ofxPixels.h.
unsigned char OfxRGBAColourB::r |
Definition at line 44 of file ofxPixels.h.