|
TuttleOFX
1
|
Defines a 16 bit per component RGBA pixel. More...
#include <ofxPixels.h>
Data Fields | |
| unsigned short | r |
| unsigned short | g |
| unsigned short | b |
| unsigned short | a |
Defines a 16 bit per component RGBA pixel.
Definition at line 48 of file ofxPixels.h.
| unsigned short OfxRGBAColourS::a |
Definition at line 49 of file ofxPixels.h.
| unsigned short OfxRGBAColourS::b |
Definition at line 49 of file ofxPixels.h.
| unsigned short OfxRGBAColourS::g |
Definition at line 49 of file ofxPixels.h.
| unsigned short OfxRGBAColourS::r |
Definition at line 49 of file ofxPixels.h.