TJPF_RGBX constant

int const TJPF_RGBX

RGBX pixel format. The red, green, and blue components in the image are stored in 4-byte pixels in the order R, G, B from lowest to highest byte address within each pixel. The X component is ignored when compressing and undefined when decompressing.

Implementation

static const int TJPF_RGBX = 2;