ContRap-Libraries
|
Defines the raw image pixel type. More...
#include <rawimage.h>
Public Member Functions | |
RawPixel (unsigned char *data, int codec) | |
Creates a raw pixel from data. | |
Data Fields | |
unsigned char * | data |
Data of the pixel. | |
int | codec |
Codec of the pixel. |
Defines the raw image pixel type.
crp::RawPixel::RawPixel | ( | unsigned char * | data, |
int | codec | ||
) | [inline] |
Creates a raw pixel from data.
data | Position of the pixel |
codec | Codec of the pixel |
Codec of the pixel.
unsigned char* crp::RawPixel::data |
Data of the pixel.