TJPF_RGB constant

int const TJPF_RGB

RGB pixel format. The red, green, and blue components in the image are stored in 3-byte pixels in the order R, G, B from lowest to highest byte address within each pixel.

Implementation

static const int TJPF_RGB = 0;